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:
12
utility.css
12
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 {
|
||||
|
||||
Reference in New Issue
Block a user