lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.4 vs lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.6
- old
+ new
@@ -12,10 +12,11 @@
#book h1 {
font-size: 230%;
border-top: 2px solid #333;
padding-top: 1em;
+ text-align: left;
}
#book h2 {
font-size: 180%;
margin-top: 1.5em;
@@ -62,11 +63,11 @@
color: #002f72;
text-decoration: underline;
}
#book a.tex {
- text-decoration: none;
+ text-decoration: none !important;
}
#book code {
font-size: 95%;
color: darkgreen;
@@ -305,11 +306,11 @@
#book sup.footnote a:visited {
color: #002f72;
}
#book ol.footnotes a.arrow {
- text-decoration: none;
+ text-decoration: none !important;
}
#book ol.footnotes.nonumbers li {
list-style-type: none;
}
@@ -325,24 +326,24 @@
font-size: 120%;
font-weight: bold;
}
#book a.arrow {
- text-decoration: none;
+ text-decoration: none !important;
}
#book a:visited.arrow {
color: #002f72;
}
#book a.section {
color: #070707;
- text-decoration: none;
+ text-decoration: none !important;
}
#book a.heading {
color: #000;
- text-decoration: none;
+ text-decoration: none !important;
}
#book a:hover.heading {
text-decoration: underline;
}