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

superdump subversion
Tue Feb 17 22:58:48 CET 2009


Author: superdump
Date: Tue Feb 17 22:58:47 2009
New Revision: 286

Log:
Apply the same style to both the main and about navbars for the moment. The
about navbar will likely change style to differ from the main navbar in future,
hence the two ids.

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

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Tue Feb 17 22:46:34 2009	(r285)
+++ trunk/htdocs/default.css	Tue Feb 17 22:58:47 2009	(r286)
@@ -36,16 +36,16 @@
     font-size: 1.2em;
 }
 
-#navbar {
+#navbar, #navbar_about {
     text-align: center;
 }
 
-#navbar a {
+#navbar a, #navbar_about a {
        text-decoration: none;
        color: blue
 }
 
-#navbar a:hover {
+#navbar a:hover, #navbar_about a:hover {
        text-decoration: underline;
        color: red
 }

Modified: trunk/sed_commands
==============================================================================
--- trunk/sed_commands	Tue Feb 17 22:46:34 2009	(r285)
+++ trunk/sed_commands	Tue Feb 17 22:58:47 2009	(r286)
@@ -1,8 +1,8 @@
 /FFMPEG_ABOUT_NAVBAR/a\
-<div class="center">\
-<a class="navbar" href="legal.html">License and Legal Issues</a> |\
-<a class="navbar" href="shame.html">Hall of Shame</a> |\
-<a class="navbar" href="projects.html">Projects Using FFmpeg</a>\
+<div id="navbar_about">\
+<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>\
 <hr />
 /FFMPEG_ABOUT_NAVBAR/d




More information about the ffmpeg-cvslog mailing list