css fixes as reported by pull 394

This commit is contained in:
Andrew Dolgov 2014-07-27 01:31:03 +04:00
parent 760183e37d
commit 0e21b0b475
2 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,6 @@ div.articleNote {
border-style : solid; border-style : solid;
border-color : #e7d796; border-color : #e7d796;
border-width : 1px; border-width : 1px;
background-color : #fff7d5;
color : #9a8c59; color : #9a8c59;
} }

View File

@ -53,7 +53,7 @@ body#ttrssZoom div.postHeader {
margin : 10px; margin : 10px;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color #eee; border-color : #eee;
background : white; background : white;
} }