1
0

fichiers de test + correctifs

correctifs de styles (polices)
This commit is contained in:
Jérémie Ducastel
2015-08-10 00:17:48 +02:00
parent 4393c5be63
commit ca6f0446f0
12 changed files with 404 additions and 4 deletions

View File

@ -13,7 +13,7 @@ texte: #667;
body {
background: #ddc;
font-family: 'Droid Serif', serif;
font-family: 'Droid Serif', 'Georgia', serif;
padding: 2% 2% 5% 2%;
}
@ -34,7 +34,10 @@ header, #main .header, #main h2, #main h3, #main h4, #main h5, #main h6 {
#main {
/*margin: 2% 0;*/
font-family: 'Lucida grande', serif;
font-family: 'Lucida grande', 'Georgia', serif;
}
.ui.menu {
font-family: 'Droid Serif', 'Georgia', serif;
}
/*#main article.card header.extra.content { background: #eee; }*/
@ -126,7 +129,7 @@ pre {
background-color: #282c34;
color: #abb2bf;
padding: 0 0.3em;
font-size: 0.9em;
font-size: 0.8em;
}
/* comments */