X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcommon.css;h=61d896a843e6d81df080f5d44695fed8cf3f5188;hp=2e378b5a2124391b42c36d7dcb99e46cd6689968;hb=ce10e1dfe911071e99c51edbcd34b74b2615f847;hpb=6d0804a199f1cae7be898b771829c0dfbf2de7f1 diff --git a/root/static/css/common.css b/root/static/css/common.css index 2e378b5..61d896a 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,10 @@ a:hover { font-size: 1.3em; } +#footer { + padding: 0; + height: 31px; + line-height: 31px; + font-size: 0.8em; +} +