[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/04: esthetic
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/04: esthetic |
Date: |
Tue, 15 Dec 2015 16:42:54 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit aa02ae905afb23c49b9a8e91c132dedda1d86d7e
Author: Dany De Bontridder <address@hidden>
Date: Tue Dec 15 05:16:43 2015 +0100
esthetic
---
html/style-classic.css | 9 +++++++++
html/style-light.css | 14 ++++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/html/style-classic.css b/html/style-classic.css
index 6ea4d3b..6485c72 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1317,6 +1317,14 @@ a.nav:hover,div.content a.nav:hover,div.redcontent
a.nav:hover {
font-variant:small-caps;
font-weight: bolder;
}
+
+}
+div.foldercontent {
+ font-size:14px;
+ font-size:0.95rem;
+ width: 95%;
+ margin-left: 2.5%;
+ margin-top:30px;
}
@media only screen and (max-width: 955px) {
#dossier {
@@ -1335,6 +1343,7 @@ div.foldercontent {
font-size:0.95rem;
width: 95%;
margin-left: 2.5%;
+ margin-top:7%;
}
h1.title {
diff --git a/html/style-light.css b/html/style-light.css
index 2ab329e..0d4bd4f 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1305,6 +1305,13 @@ a.nav:hover,div.content a.nav:hover,div.redcontent
a.nav:hover {
font-weight: bolder;
}
}
+div.foldercontent {
+ font-size:14px;
+ font-size:0.95rem;
+ width: 95%;
+ margin-left: 2.5%;
+ margin-top:30px;
+}
@media only screen and (max-width: 955px) {
#dossier {
display:inline;
@@ -1317,12 +1324,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent
a.nav:hover {
}
}
-div.foldercontent {
- font-size:14px;
- font-size:0.95rem;
- width: 95%;
- margin-left: 2.5%;
-}
+
h1.title {
color: #0000FF;