[FFmpeg-cvslog] [ffmpeg.org]: r282 - trunk/htdocs/default.css
superdump
subversion
Tue Feb 17 15:32:53 CET 2009
Author: superdump
Date: Tue Feb 17 15:32:51 2009
New Revision: 282
Log:
Make the .center rule generic rather than applying to specific html elements
Modified:
trunk/htdocs/default.css
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Tue Feb 17 13:03:24 2009 (r281)
+++ trunk/htdocs/default.css Tue Feb 17 15:32:51 2009 (r282)
@@ -2,7 +2,7 @@
background-color: #313131;
}
-div.center {
+.center {
margin-left: auto;
margin-right: auto;
text-align: center;
More information about the ffmpeg-cvslog
mailing list