[FFmpeg-cvslog] [ffmpeg.org]: r289 - trunk/htdocs/default.css

superdump subversion
Wed Feb 18 02:08:34 CET 2009


Author: superdump
Date: Wed Feb 18 02:08:33 2009
New Revision: 289

Log:
Remove top and bottom margins

Modified:
   trunk/htdocs/default.css

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Wed Feb 18 02:07:46 2009	(r288)
+++ trunk/htdocs/default.css	Wed Feb 18 02:08:33 2009	(r289)
@@ -1,5 +1,6 @@
 body {
     background-color: #313131;
+    margin: 0;
 }
 
 .center {
@@ -14,7 +15,8 @@
 
 #container {
     background-color: white;
-    margin: 1em;
+    margin-left: 1em;
+    margin-right: 1em;
     padding: 1em;
 }
 




More information about the ffmpeg-cvslog mailing list