Reset Normalize.css and reorder the CSS load.
No more dotted line and correct top margin for book title.
This commit is contained in:
parent
5b5470c6b5
commit
3bdc692411
|
@ -45,8 +45,8 @@
|
||||||
<link rel="related" href="<?php echo $config['cops_full_url'] ?>feed.php" type="application/atom+xml;profile=opds-catalog" title="<?php echo $config['cops_title_default']; ?>" />
|
<link rel="related" href="<?php echo $config['cops_full_url'] ?>feed.php" type="application/atom+xml;profile=opds-catalog" title="<?php echo $config['cops_title_default']; ?>" />
|
||||||
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico" />
|
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico" />
|
||||||
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,800,300,400italic,600,600italic,700,700italic,800italic' />
|
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,800,300,400italic,600,600italic,700,700italic,800italic' />
|
||||||
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("resources/normalize/normalize.css") ?>" />
|
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("resources/normalize/normalize.css") ?>" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
8
resources/normalize/normalize.css
vendored
8
resources/normalize/normalize.css
vendored
|
@ -79,6 +79,14 @@ body {
|
||||||
Links
|
Links
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address `outline` inconsistency between Chrome and other browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
outline: thin dotted;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Improve readability when focused and also mouse hovered in all browsers.
|
* Improve readability when focused and also mouse hovered in all browsers.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,7 +38,7 @@ h4 {font-size: 1.0em; }
|
||||||
h5 {font-size: 0.83em;}
|
h5 {font-size: 0.83em;}
|
||||||
h6 {font-size: 0.75em;}
|
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 { color: #000066; font-weight: 800; text-decoration: none;}
|
||||||
a:hover { color:#000; text-decoration: none; }
|
a:hover { color:#000; text-decoration: none; }
|
||||||
.frontpage a {display:block; }
|
.frontpage a {display:block; }
|
||||||
|
|
|
@ -39,7 +39,7 @@ h4 {font-size: 1.0em; }
|
||||||
h5 {font-size: 0.83em;}
|
h5 {font-size: 0.83em;}
|
||||||
h6 {font-size: 0.75em;}
|
h6 {font-size: 0.75em;}
|
||||||
|
|
||||||
a:hover, a:active { outline: none; }
|
a:hover, a:focus, a:active { outline: none; }
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in a new issue