[FFmpeg-cvslog] [ffmpeg.org]: r294 - in trunk: htdocs/default.css src/template_footer src/template_head2
superdump
subversion
Thu Feb 19 02:36:12 CET 2009
Author: superdump
Date: Thu Feb 19 02:36:11 2009
New Revision: 294
Log:
Mark 'banner', 'body' and 'footer' with id selector CSS rules as appropriate
Modified:
trunk/htdocs/default.css
trunk/src/template_footer
trunk/src/template_head2
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Thu Feb 19 02:32:45 2009 (r293)
+++ trunk/htdocs/default.css Thu Feb 19 02:36:11 2009 (r294)
@@ -1,3 +1,12 @@
+#banner {
+ text-align: center;
+}
+
+#body {
+ margin-left: 1em;
+ margin-right: 1em;
+}
+
body {
background-color: #313131;
margin: 0;
@@ -17,7 +26,10 @@
background-color: white;
margin-left: 1em;
margin-right: 1em;
- padding: 1em;
+}
+
+#footer {
+ text-align: center;
}
#proj_desc {
Modified: trunk/src/template_footer
==============================================================================
--- trunk/src/template_footer Thu Feb 19 02:32:45 2009 (r293)
+++ trunk/src/template_footer Thu Feb 19 02:36:11 2009 (r294)
@@ -1,5 +1,6 @@
+</div>
-<div class="center">
+<div id="footer">
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10"
Modified: trunk/src/template_head2
==============================================================================
--- trunk/src/template_head2 Thu Feb 19 02:32:45 2009 (r293)
+++ trunk/src/template_head2 Thu Feb 19 02:36:11 2009 (r294)
@@ -6,7 +6,7 @@
<div id="container">
-<div class="center">
+<div id="banner">
<a href="index.html">
<img src="ffmpeg-logo.png" width="396" height="100" alt="FFmpeg" />
</a>
@@ -21,4 +21,6 @@
<a href="contact.html">Contact Us</a>
</div>
+<div id="body">
+
More information about the ffmpeg-cvslog
mailing list