aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/styles/scss
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 16:31:04 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 16:31:04 +0100
commit5848a1052714da051ff8361dd880004e8cdc75ce (patch)
treed5aab63fadb4dfff0d01c39fc9c4738fda4c6314 /site/static/styles/scss
parent80d9194c56e4cecc3a00acd71033ca7ff35064cf (diff)
webdocs: add rendering date in footer
Change-Id: Id73d13cefdcea8687cdc94754354522e34ba266d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/scss')
-rw-r--r--site/static/styles/scss/webdocs.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/site/static/styles/scss/webdocs.scss b/site/static/styles/scss/webdocs.scss
index edea001..ccd8572 100644
--- a/site/static/styles/scss/webdocs.scss
+++ b/site/static/styles/scss/webdocs.scss
@@ -98,7 +98,12 @@ footer ul.nav li > a:hover {
background-color: $gray-20;
}
footer .copyright_text {
- margin-top: 25px;
+ //margin-top: 25px;
+ color: grey;
+}
+
+footer .stats {
+ color: grey;
}
.page {