1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

various utility.css updates

This commit is contained in:
Andrew Dolgov
2013-03-27 19:40:49 +04:00
parent 8c82001ba0
commit 00df2b5f91
3 changed files with 14 additions and 4 deletions

View 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 {