]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Add web/pkg repo links, and other stuff..
[~andy/aweather-web] / data / global.css
index 47d2481a461a7888a401297c01c9236c05135f26..f90982ef137cd574e1609be35cf466ad7aa00b49 100644 (file)
@@ -1,4 +1,4 @@
-/* Clearn defaults */
+/* Clear defaults */
 * {
        margin: 0;
        padding: 0;
@@ -76,7 +76,6 @@ dd {
 
 /* Layout */
 body {
-       background: fixed;
        background-image: url('../images/main-bg.png');
        background-repeat: repeat-x;
        background-color: white;
@@ -252,7 +251,7 @@ body {
        margin-right: 25px;
 }
 
-/* Screnshots */
+/* Screenshots */
 .gallery {
        padding: 0px; /* override ul */
        margin: 20px;
@@ -322,7 +321,8 @@ dl.inline dt:after {
        content: ":";
 }
 h1 + .note,
-h2 + .note {
+h2 + .note,
+.left {
        text-align: left;
        margin-bottom: 10px;
 }
@@ -340,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;
+}