Reset Normalize.css and reorder the CSS load.

No more dotted line and correct top margin for book title.
This commit is contained in:
Sébastien Lucas 2013-07-11 21:12:28 +02:00
parent 5b5470c6b5
commit 3bdc692411
4 changed files with 11 additions and 3 deletions

View file

@ -38,7 +38,7 @@ h4 {font-size: 1.0em; }
h5 {font-size: 0.83em;}
h6 {font-size: 0.75em;}
a:hover, a:active { outline: none; }
a:hover, a:focus, a:active { outline: none; }
a { color: #000066; font-weight: 800; text-decoration: none;}
a:hover { color:#000; text-decoration: none; }
.frontpage a {display:block; }

View file

@ -39,7 +39,7 @@ h4 {font-size: 1.0em; }
h5 {font-size: 0.83em;}
h6 {font-size: 0.75em;}
a:hover, a:active { outline: none; }
a:hover, a:focus, a:active { outline: none; }
a {
color: black;
text-decoration: none;