summaryrefslogtreecommitdiff
path: root/css/layout.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 16:16:34 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 16:16:34 +0400
commit6938c03658b69a214d9df95c0c4a3c9d4f6e236f (patch)
treee75ad1caa9e5556389c41d42dc84c6a3e5469950 /css/layout.css
parent6791af0cfdf481e90368b92c358559dcc6944272 (diff)
always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme
Diffstat (limited to 'css/layout.css')
-rw-r--r--css/layout.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/layout.css b/css/layout.css
new file mode 100644
index 000000000..3351331c0
--- /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;
+}