lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.3.3 vs lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.3.4
- old
+ new
@@ -147,11 +147,11 @@
#book .codelisting .heading .number {
margin-right: 0.3em;
margin-left: 0.3em;
}
-#book .codelisting .heading span.filepath {
+#book .codelisting .heading code.filepath {
display: block;
margin-left: 0.4em;
margin-top: 0.2em;
margin-bottom: 0.1em;
padding-top: 10px;
@@ -167,15 +167,20 @@
font-weight: normal;
}
#book .filepath {
font-family: Courier, monospace;
- font-size: 80%;
+ font-size: 100%;
+ color: #070707;
+ font-weight: normal;
}
#book .inline_verbatim {
font-family: Courier, monospace;
+ color: #070707;
+ font-size: 100%;
+ font-weight: normal;
}
#book a.ref {
color: #002f72;
}
@@ -353,10 +358,11 @@
}
#book a.heading {
color: #000;
text-decoration: none !important;
+ line-height: 1;
}
#book a:hover.heading {
text-decoration: underline;
}
@@ -469,6 +475,5 @@
}
#book span.intersentencespace {
margin-right: 0.2em;
}
-