[FFmpeg-cvslog] [ffmpeg.org]: r271 - in trunk: htdocs/default.css src/template_footer src/template_head2
superdump
subversion
Tue Feb 17 02:02:48 CET 2009
Author: superdump
Date: Tue Feb 17 02:02:46 2009
New Revision: 271
Log:
Put non-background related stuff into an ID. Apparently it's usual,
semantically, to handle margins in this way.
Modified:
trunk/htdocs/default.css
trunk/src/template_footer
trunk/src/template_head2
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Tue Feb 17 00:30:22 2009 (r270)
+++ trunk/htdocs/default.css Tue Feb 17 02:02:46 2009 (r271)
@@ -1,6 +1,4 @@
body {
- margin-left: 2%;
- margin-right: 2%;
background-color: white;
}
@@ -13,3 +11,8 @@
img {
border: 0;
}
+
+#container {
+ margin-left: 2%;
+ margin-right: 2%;
+}
Modified: trunk/src/template_footer
==============================================================================
--- trunk/src/template_footer Tue Feb 17 00:30:22 2009 (r270)
+++ trunk/src/template_footer Tue Feb 17 02:02:46 2009 (r271)
@@ -13,6 +13,7 @@
</p>
</div>
+</div>
</body>
</html>
Modified: trunk/src/template_head2
==============================================================================
--- trunk/src/template_head2 Tue Feb 17 00:30:22 2009 (r270)
+++ trunk/src/template_head2 Tue Feb 17 02:02:46 2009 (r271)
@@ -4,6 +4,8 @@
<body>
+<div id="container">
+
<div class="center">
<img src="ffmpeg-logo.png" width="568" height="140" alt="FFmpeg" />
More information about the ffmpeg-cvslog
mailing list