1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme

This commit is contained in:
Andrew Dolgov
2013-05-20 16:16:34 +04:00
parent 6791af0cfd
commit 6938c03658
4 changed files with 9 additions and 9 deletions

View File

@@ -7,15 +7,6 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
font-size: 14px;
}
html, body#ttrssMain, body#ttrssPrefs, #main {
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
}
body#ttrssPrefs {
background-color : #ecf4ff;
}