]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/pdf.css
Moved a CSS property out of the building script
[ardour-manual] / source / css / pdf.css
index 2327f46b10c7e8fd1460f66d1bd6c3323aa119ee..5756d56290947e88dfbe281c864aa56940c9c73d 100644 (file)
@@ -146,6 +146,7 @@ td, th {
 }
 
 ul.toc {
+       white-space: nowrap;
        list-style: none;
        margin: 0;
        padding: 0;
@@ -174,6 +175,9 @@ a {
 }
 
 /* add page number to cross references */
-a.xref::after {
-  content: " (page " target-counter(attr(href, url), page) ")";
+a[href^="#"]::after {
+  content: " (p. " target-counter(attr(href, url), page) ")";
+}
+a[href^="http"]::after {
+       content: " (" attr(href) ")";
 }