lib/softcover/template/html/stylesheets/softcover.css in softcover-0.7.9 vs lib/softcover/template/html/stylesheets/softcover.css in softcover-0.7.10
- old
+ new
@@ -125,18 +125,24 @@
}
#book .codelisting .heading {
width: 100%;
background: #ccc;
+ line-height: 1.2;
+ padding-top: 0.1em;
+ padding-bottom: 0.3em;
}
#book .codelisting .heading .number {
margin-right: 0.1em;
margin-left: 0.3em;
}
#book .codelisting .heading span.filepath {
+ display: block;
margin-left: 0.4em;
+ margin-top: 0.2em;
+ margin-bottom: 0.1em;
}
#book .codelisting span.break {
margin-top: -0.4em;
}
\ No newline at end of file