]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
implemented session tracking and authentication
[chaz/chatty] / root / static / css / common.css
index 2e378b5a2124391b42c36d7dcb99e46cd6689968..dec13c438a48bb275922f9d30eb449b19f4b78d7 100644 (file)
@@ -9,6 +9,11 @@ img {
        border: 0;
 }
 
+hr {
+       border: 0;
+       border-bottom: 1px solid gray;
+}
+
 a {
        text-decoration: none;
 }
@@ -47,3 +52,26 @@ a:hover {
        font-size: 1.3em;
 }
 
+#footer {
+       padding: 0;
+       height: 31px;
+       line-height: 31px;
+       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.020735 seconds and 4 git commands to generate.