Add wip class.
authorDavid Thompson <davet@gnu.org>
Mon, 30 Jun 2014 16:17:15 +0000 (12:17 -0400)
committerDavid Thompson <davet@gnu.org>
Mon, 30 Jun 2014 16:17:52 +0000 (12:17 -0400)
css/main.css

index 2a586cc577ff3908a24c10a563d2d513fc962571..529b6ea1baed3330f7137d3034861c20ee34b955 100644 (file)
@@ -589,6 +589,18 @@ input[type='reset']:hover {
                margin: .25em 0 0;
 }
 
+/* Work in Progress Banner */
+
+.wip {
+    width: 96%;
+    margin: 0 auto;
+    padding: .5em 0;
+    background: red;
+    text-align: center;
+    color: white;
+    font-weight: bold;
+}
+
 /* PGP pathfinder
 */