remove seemingly useless bordercontainer from main layout

This commit is contained in:
Andrew Dolgov
2018-12-05 10:33:30 +03:00
parent 5b3d5a28f2
commit 2cd1ec5816
8 changed files with 185 additions and 196 deletions

View File

@@ -4,9 +4,23 @@ body.ttrss_prefs {
font-size: 14px;
#footer, #header {
padding : 8px;
font-size : 13px;
}
#header {
float : right;
}
#footer_splitter {
display : none;
}
#footer {
background-color : #f5f5f5;
padding-left : 8px;
padding-right : 8px;
font-size : 13px;
border : 0px;
text-align : center;
}
#header a:hover {