summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 10:48:23 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 10:48:23 +0100
commitafb7a1d60e440937337ca52ef8f20201a0033735 (patch)
tree1f57225cbfc1cbf32b48c88f32fd3a4ed12d50ca /tt-rss.css
parente0b77afcebdc9342757498a5f6909ef4d1bb1ca4 (diff)
fix margins of div.prefGenericAddBox
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 43851439e..88dde2efb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -631,3 +631,7 @@ div.small, p.small {
span.insensitive {
color : gray;
}
+
+div.prefGenericAddBox {
+ margin : 5px;
+}