summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
commit00df2b5f91b18f09096b54fed9c03769de1e1f9f (patch)
tree5140d2915cad227ef39a4bed49f8499224c676af /utility.css
parent8c82001ba06b2ee793de78fe120357c8343437f6 (diff)
various utility.css updates
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/utility.css b/utility.css
index 89a6e71d1..237603a58 100644
--- a/utility.css
+++ b/utility.css
@@ -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 {