From: Andrew Dolgov Date: Mon, 20 May 2013 12:16:34 +0000 (+0400) Subject: always include basic layout CSS file to prevent unworkable UI in case of a broken... X-Git-Tag: 1.8~75 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=6938c03658b69a214d9df95c0c4a3c9d4f6e236f always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme --- diff --git a/css/layout.css b/css/layout.css new file mode 100644 index 00000000..3351331c --- /dev/null +++ b/css/layout.css @@ -0,0 +1,7 @@ +html, body#ttrssMain, body#ttrssPrefs, #main { + width: 100%; + height: 100%; + border: 0; + padding: 0; + margin: 0; +} diff --git a/css/tt-rss.css b/css/tt-rss.css index 72bdc1d2..ad80ae9f 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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; } diff --git a/index.php b/index.php index c3fe770f..8dae2831 100644 --- a/index.php +++ b/index.php @@ -57,6 +57,7 @@ Tiny Tiny RSS + Tiny Tiny RSS : +