]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Add web/pkg repo links, and other stuff..
[~andy/aweather-web] / data / global.css
index f339ce0206d235d546ad006ed0afaf4b382b6650..f90982ef137cd574e1609be35cf466ad7aa00b49 100644 (file)
@@ -1,4 +1,4 @@
-/* Clearn defaults */
+/* Clear defaults */
 * {
        margin: 0;
        padding: 0;
@@ -48,6 +48,7 @@ ul {
 }
 span.code {
        font-family: monospace;
+       font-size: larger;
 }
 div.code {
        font-family: monospace;
@@ -57,6 +58,7 @@ div.code {
        margin-bottom: 5px;
        color: white;
        font-weight: bold;
+       font-size: larger;
 }
 
 dt {
@@ -74,7 +76,6 @@ dd {
 
 /* Layout */
 body {
-       background: fixed;
        background-image: url('../images/main-bg.png');
        background-repeat: repeat-x;
        background-color: white;
@@ -221,6 +222,7 @@ body {
        font-size: 11pt;
        text-decoration: none;
        padding: 8px 25px 8px 25px;
+       margin-bottom: 10px;
        background-image: url("../images/dl-bg.png");
        border-radius: 10px;
        -moz-border-radius: 10px;
@@ -249,7 +251,7 @@ body {
        margin-right: 25px;
 }
 
-/* Screnshots */
+/* Screenshots */
 .gallery {
        padding: 0px; /* override ul */
        margin: 20px;
@@ -319,7 +321,8 @@ dl.inline dt:after {
        content: ":";
 }
 h1 + .note,
-h2 + .note {
+h2 + .note,
+.left {
        text-align: left;
        margin-bottom: 10px;
 }
@@ -337,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;
+}