]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Add web/pkg repo links, and other stuff..
[~andy/aweather-web] / data / global.css
index aa85aad9ffe588effcf4f4f8b2427e38fdad59e5..f90982ef137cd574e1609be35cf466ad7aa00b49 100644 (file)
@@ -321,7 +321,8 @@ dl.inline dt:after {
        content: ":";
 }
 h1 + .note,
-h2 + .note {
+h2 + .note,
+.left {
        text-align: left;
        margin-bottom: 10px;
 }
@@ -339,3 +340,15 @@ dl.inline dt:after {
 dl.small dt {
        width: 4em;
 }
+
+/* Asciidoc */
+.asciidoc p {
+       margin-top: 0.7em;
+}
+.asciidoc li p,
+.asciidoc td p {
+       margin-top: 0em;
+}
+.asciidoc .hdlist table {
+       padding-left: 1em;
+}