]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Update for 0.5
[~andy/aweather-web] / data / global.css
index c27137a163725a59c568f71f63cbb818e3d2b7a4..6b8df850906622efc9ee4c579198f0560993665b 100644 (file)
@@ -3,7 +3,6 @@
        margin: 0;
        padding: 0;
        outline: 0;
-       position: relative; 
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -80,6 +79,7 @@ body {
        height: 80px;
        margin-top: 15px;
        border-collapse: collapse;
+       position: relative;
 }
 
 .top * {
@@ -148,7 +148,8 @@ body {
        background-color: white;
        color: black;
        margin-top: 20px;
-       padding: 24px;
+       padding:    24px;
+       padding-bottom: 36px;
        border:     solid 1px #bce;
        border-top: solid 1px #abd;
        border-radius: 8px;
@@ -200,12 +201,14 @@ body {
 }
 
 .download {
+       position: relative;
        display: block;
        z-index: 1;
        height: 62px;
        color: white;
        font-size: 11pt;
-       padding: 8px 10px 8px 10px;
+       text-decoration: none;
+       padding: 8px 25px 8px 25px;
        background-image: url("../images/dl-bg.png");
        border-radius: 10px;
        -moz-border-radius: 10px;
@@ -224,13 +227,14 @@ body {
 
 .download img {
        position: absolute;
-       top: 10px;
+       top:   10px;
        right: 10px;
 }
 
 .screen {
        float: right;
-       margin-left: 25px;
+       margin-left:  25px;
+       margin-right: 25px;
 }
 
 /* Screnshots */