]> git.wh0rd.org - tt-rss.git/blobdiff - utility.css
various utility.css updates
[tt-rss.git] / utility.css
index 89a6e71d16bca338dd729f684f53cb3def2e7204..237603a58238e45b578e6f1c9dd5096e0c208701 100644 (file)
@@ -1,9 +1,17 @@
 body {
-       margin : 20px;
-       padding : 0px;
        font-family : sans-serif;
        font-size : 12px;
+       background : #eee;
+       margin-left : auto;
+       margin-right : auto;
+       max-width : 800px;
+}
+
+div.content {
        background : white;
+       border : 1px solid #ccc;
+       padding : 10px;
+       box-shadow : 0px 0px 2px #ccc;
 }
 
 p.warning {