]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Don't use fixed background
[~andy/aweather-web] / data / global.css
index d2ae1762fa596ef440693049c67947887903855d..055fec87dec0f826fff020d98813489b0ca34308 100644 (file)
@@ -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 {
@@ -64,12 +66,16 @@ dt {
 }
 
 dd {
-       margin-left:   10px;
+       margin-left: 10px;
+}
+
+.col {
+       float: left;
+       margin:  -10px 30px 0px 20px;
 }
 
 /* Layout */
 body {
-       background: fixed;
        background-image: url('../images/main-bg.png');
        background-repeat: repeat-x;
        background-color: white;
@@ -199,8 +205,6 @@ body {
  ***********************/
 /* Index page */
 .buttons {
-       float: right;
-       width: 200px;
        margin-left: 25px;
 }
 
@@ -213,10 +217,12 @@ body {
        display: block;
        z-index: 1;
        height: 62px;
+       width: 150px;
        color: white;
        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;