summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-03 10:54:59 +0100
committerAndrew Dolgov <[email protected]>2006-10-03 10:54:59 +0100
commitc93d8e07fe729dda80adbe38bd06ff1247c9ffd8 (patch)
tree8b7436039a0847196c5aa8d02ca9a298d89fee36 /tt-rss.css
parent807f452a54d4836ad33e25590ab2b2290bad0761 (diff)
notice/warning style updates
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5952b8d35..b74aa487b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -544,7 +544,7 @@ div.warning {
background : #fff7d5;
border : 1px solid #d7c47a;
padding : 5px;
- margin : 5px;
+ margin : 0px 0px 5px 0px;
font-size : small;
}
@@ -552,7 +552,7 @@ div.notice {
background : #ffffff;
border : 1px solid #88b0f0;
padding : 5px;
- margin : 5px;
+ margin : 0px 0px 5px 0px;
font-size : small;
}