man/style.css in md2man-1.6.2 vs man/style.css in md2man-2.0.0
- old
+ new
@@ -1,19 +1,19 @@
@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');
@media all {
- .manpage h1,
- .manpage h2,
- .manpage h3,
- .manpage h4,
- .manpage h5,
- .manpage h6 {
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
margin-top: 1em;
}
/* deactivate external manual page cross-references */
- a.manpage-reference:not([href]) {
+ a.md2man-xref:not([href]) {
color: inherit;
text-decoration: none;
}
}
@@ -23,19 +23,19 @@
text-align: justify;
max-width: 83ex; /* allots 78ex width for manpage */
margin: auto;
}
- .manpage > h1:first-child {
+ h1:first-child {
margin-top: -5em;
font-weight: normal;
font-size: smaller;
text-align: right;
}
}
@media print {
- .navbar {
+ .navbar:first-child {
display: none;
}
/* improve readability of revealed hyperlink URLs */
a:after {