]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Add WIP notice
[~andy/aweather-web] / data / global.css
index f994c375ebacb463878f6e969e2a3e7f082e6205..0e99fb45938adf48c107275e43443315ad55ed91 100644 (file)
@@ -160,11 +160,22 @@ body {
        text-decoration: underline;
 }
 
+.msg {
+       color: red;
+       clear: both;
+       position: relative;
+       top: -10px;
+       font-weight: bold;
+       font-style: italic;
+       text-align: center;
+}
+
 /* Footer */
 .footer, .footer * {
        text-align: center;
        font-size: 8pt;
        margin-top: 5px;
+       margin-bottom: 15px;
        color: #444;
 }
 .footer a {