]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
implemented session tracking and authentication
[chaz/chatty] / root / static / css / common.css
index 61d896a843e6d81df080f5d44695fed8cf3f5188..dec13c438a48bb275922f9d30eb449b19f4b78d7 100644 (file)
@@ -59,3 +59,19 @@ a:hover {
        font-size: 0.8em;
 }
 
+#error {
+       margin: 5px;
+       padding: 10px;
+       border: 2px solid black;
+       background: white;
+       color: red;
+       font-weight: bold;
+}
+
+#message {
+       margin: 5px;
+       padding: 10px;
+       border: 2px solid black;
+       background: white;
+}
+
This page took 0.020333 seconds and 4 git commands to generate.