X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcommon.css;h=dec13c438a48bb275922f9d30eb449b19f4b78d7;hp=2e378b5a2124391b42c36d7dcb99e46cd6689968;hb=9b343fd3d0f46473e2f5804ac09caeaed95e4283;hpb=6d0804a199f1cae7be898b771829c0dfbf2de7f1 diff --git a/root/static/css/common.css b/root/static/css/common.css index 2e378b5..dec13c4 100644 --- a/root/static/css/common.css +++ b/root/static/css/common.css @@ -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; +} +