diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-11 00:11:55 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-11 01:39:48 +0100 |
commit | 0eb44e21385b12085c79ef9a2378f08a778a9674 (patch) | |
tree | dc9e661c98f651796aa51eade9983b4607cfd896 /site/static/styles/scss | |
parent | 4d10e701d92e6e2288690051c0bf45707d546263 (diff) |
webdocs-agl: add contribute guidelines
Change-Id: I4609bd3191a7ffeb8c7b8e81234743c85910a975
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/scss')
-rw-r--r-- | site/static/styles/scss/_contribute.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/static/styles/scss/_contribute.scss b/site/static/styles/scss/_contribute.scss index 6083773..294f212 100644 --- a/site/static/styles/scss/_contribute.scss +++ b/site/static/styles/scss/_contribute.scss @@ -77,6 +77,7 @@ a.link-github { background-position: 3px -127px; + background-color: #9b4ce4; } .project-label { @@ -84,7 +85,7 @@ } } - @media (min-width: $screen-sm-min) { +/* @media (min-width: $screen-sm-min) { li.first { a.link-agl { width: 115px; @@ -103,7 +104,7 @@ } } } - +*/ @media (max-width: $screen-xs-max) { li { a { |