summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-20 15:39:34 +0300
committerAndrew Dolgov <[email protected]>2010-01-20 15:39:34 +0300
commit0680cea378faacf95dadab50b66309e90129a03f (patch)
treeb81cb862357bab9cefe5c31ba7ce7481abc4663b
parentfbe2ea1c6dc8f4af402c7ea88a9e83d5c85692b1 (diff)
tweak css
-rw-r--r--themes/greentiny/theme.css4
-rw-r--r--tt-rss.css8
2 files changed, 2 insertions, 10 deletions
diff --git a/themes/greentiny/theme.css b/themes/greentiny/theme.css
index 52a3ab0bf..bf0257ba5 100644
--- a/themes/greentiny/theme.css
+++ b/themes/greentiny/theme.css
@@ -1608,10 +1608,6 @@ div.topLinks a.feedback {
color : #009900;
}
-div.dashboard {
- margin-left : 3px;
-}
-
a.visibleLink {
color : #4684ff;
diff --git a/tt-rss.css b/tt-rss.css
index d7c359b21..a2f4531b4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1367,8 +1367,8 @@ div.whiteBox {
#feeds-holder {
border-width : 1px 1px 0px 0px;
- border-style : dotted solid;
- border-color : #88b0f0;
+ border-style : solid solid;
+ border-color : #C4D1E4 #88b0f0;
top : 40px;
left : 0px;
position : absolute;
@@ -1657,10 +1657,6 @@ div.topLinks a.feedback {
color : #009900;
}
-div.dashboard {
- margin-left : 3px;
-}
-
a.visibleLink {
color : #4684ff;
}