]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
Merge branch 'master' of https://github.com/HeikoAdams/Tiny-Tiny-RSS
[tt-rss.git] / tt-rss.css
index e6c869ee59f61e6b19d632bc81f21fe042c51809..8d5080c6c2e3f70c23b921d5d83cb083edae682e 100644 (file)
@@ -768,7 +768,7 @@ div.fatalError textarea {
        border-left-width : 0px;
        border-bottom-width : 0px;
        border-top-width : 0px;
-       overflow : auto;
+       overflow : hidden;
 }
 
 #headlines-wrap-inner {
@@ -777,10 +777,6 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
-#feedTree {
-       overflow : visible;
-}
-
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -972,6 +968,7 @@ div.postHeader span.author {
 body#ttrssZoom {
        margin-left : auto;
        margin-right : auto;
+       padding : 2em;
        max-width : 800px;
        background : #f0f0f0;
 }
@@ -982,7 +979,6 @@ body#ttrssZoom div.postContent p {
 
 body#ttrssZoom div.postReply {
        border : 1px solid #ccc;
-       margin : 20px;
        box-shadow : 0px 0px 3px #ccc;
 }
 
@@ -1007,6 +1003,5 @@ div.hl.active {
 
 div.hl.active a.title {
        color : #4684ff;
-       font-weight : bold;
 }