[totem] browser-plugin: Only shrink padding vertically



commit f767d33b62025819b45b6be39fd509e85d10b5cf
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jul 12 14:29:16 2011 +0100

    browser-plugin: Only shrink padding vertically

 data/mozilla-viewer.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/mozilla-viewer.css b/data/mozilla-viewer.css
index 77f95ce..dc48309 100644
--- a/data/mozilla-viewer.css
+++ b/data/mozilla-viewer.css
@@ -1,6 +1,7 @@
 /* Style to attempt to reduce the size of the browser plugin */
 * {
-	padding: 0;
+	padding-top: 0;
+	padding-bottom: 0;
 	margin: 0;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]