summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-11 15:09:18 +0400
committerAndrew Dolgov <[email protected]>2013-05-11 15:09:18 +0400
commitd34a32a80ef70ac0c75f56158fa75360ddfcbbf8 (patch)
tree892083dcf0a16f2fec1e7dddf3b55dff77832cdf /tt-rss.css
parent17809d7c4e91b712c0a67288c6119b4c84869323 (diff)
remove unnecessary bottom border from headlines-frame
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index baecd327b..22970efbd 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -778,7 +778,7 @@ div.fatalError textarea {
#content-wrap {
padding : 0px;
- border-width : 0px 0px 1px 1px;
+ border-width : 0px 0px 0px 1px;
border-style : solid;
border-color : #c0c0c0;
margin : 0px;
@@ -802,10 +802,9 @@ div.fatalError textarea {
#headlines-frame {
padding : 0px;
border-color : #c0c0c0;
- border-left-width : 0px;
- border-right-width : 0px;
+ border-style : solid;
+ border-width : 0px;
margin-top : 0px;
- border-top-width : 0px;
}
#headlines-toolbar_splitter, #toolbar_splitter {
@@ -1073,3 +1072,4 @@ div.hl.active {
overflow: hidden;
text-overflow: ellipsis;
}
+