This commit is contained in:
Dany De Bontridder 2015-12-15 05:16:43 +01:00
parent e81b7641d1
commit aa02ae905a
2 changed files with 17 additions and 6 deletions

View file

@ -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 {

View file

@ -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;