]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Update linux download links
[~andy/aweather-web] / data / global.css
index 47d2481a461a7888a401297c01c9236c05135f26..9c299e86a14e9fb4416064c6cca669de25c3b4ba 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;
@@ -321,22 +320,27 @@ dl.inline dt {
 dl.inline dt:after {
        content: ":";
 }
+dl.inline .hidden {
+       display: none;
+}
 h1 + .note,
-h2 + .note {
+h2 + .note,
+.note.left {
        text-align: left;
        margin-bottom: 10px;
 }
+dl.small dt {
+       width: 4em;
+}
 
-dl.inline dt {
-       display: block;
-       float: left;
-       clear: both;
-       font-weight: bold;
-       width: 8em;
+/* Asciidoc */
+.asciidoc p {
+       margin-top: 0.7em;
 }
-dl.inline dt:after {
-       content: ":";
+.asciidoc li p,
+.asciidoc td p {
+       margin-top: 0em;
 }
-dl.small dt {
-       width: 4em;
+.asciidoc .hdlist table {
+       padding-left: 1em;
 }