[FFmpeg-cvslog] [ffmpeg.org]: r291 - in trunk: htdocs/default.css sed_commands src/template_head2

superdump subversion
Wed Feb 18 04:17:12 CET 2009


Author: superdump
Date: Wed Feb 18 04:17:05 2009
New Revision: 291

Log:
Style the navbars a little to space them correctly. They will be styled
properly soon.

Modified:
   trunk/htdocs/default.css
   trunk/sed_commands
   trunk/src/template_head2

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Wed Feb 18 04:09:39 2009	(r290)
+++ trunk/htdocs/default.css	Wed Feb 18 04:17:05 2009	(r291)
@@ -40,11 +40,13 @@
 
 #navbar, #navbar_about {
     text-align: center;
+    padding: 0.3em;
 }
 
 #navbar a, #navbar_about a {
     text-decoration: none;
     color: blue;
+    padding: 0.3em;
 }
 
 #navbar a:hover, #navbar_about a:hover {

Modified: trunk/sed_commands
==============================================================================
--- trunk/sed_commands	Wed Feb 18 04:09:39 2009	(r290)
+++ trunk/sed_commands	Wed Feb 18 04:17:05 2009	(r291)
@@ -1,7 +1,7 @@
 /FFMPEG_ABOUT_NAVBAR/a\
 <div id="navbar_about">\
-<a href="legal.html">License and Legal Issues</a> |\
-<a href="shame.html">Hall of Shame</a> |\
+<a href="legal.html">License and Legal Issues</a>\
+<a href="shame.html">Hall of Shame</a>\
 <a href="projects.html">Projects Using FFmpeg</a>\
 </div>
 /FFMPEG_ABOUT_NAVBAR/d

Modified: trunk/src/template_head2
==============================================================================
--- trunk/src/template_head2	Wed Feb 18 04:09:39 2009	(r290)
+++ trunk/src/template_head2	Wed Feb 18 04:17:05 2009	(r291)
@@ -13,11 +13,11 @@
 </div>
 
 <div id="navbar">
-<a href="index.html">Home/News</a> |
-<a href="about.html">About</a> |
-<a href="download.html">Get FFmpeg</a> |
-<a href="documentation.html">Documentation</a> |
-<a href="bugreports.html">Reporting Bugs</a> |
+<a href="index.html">Home/News</a>
+<a href="about.html">About</a>
+<a href="download.html">Get FFmpeg</a>
+<a href="documentation.html">Documentation</a>
+<a href="bugreports.html">Reporting Bugs</a>
 <a href="contact.html">Contact Us</a>
 </div>
 




More information about the ffmpeg-cvslog mailing list