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

superdump subversion
Tue Feb 17 06:05:13 CET 2009


Author: superdump
Date: Tue Feb 17 06:05:12 2009
New Revision: 278

Log:
Don't underline navbar links

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

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Tue Feb 17 06:02:50 2009	(r277)
+++ trunk/htdocs/default.css	Tue Feb 17 06:05:12 2009	(r278)
@@ -16,3 +16,7 @@
     margin-left: 2%;
     margin-right: 2%;
 }
+
+a.navbar {
+    text-decoration: none;
+}

Modified: trunk/sed_commands
==============================================================================
--- trunk/sed_commands	Tue Feb 17 06:02:50 2009	(r277)
+++ trunk/sed_commands	Tue Feb 17 06:05:12 2009	(r278)
@@ -1,8 +1,8 @@
 /FFMPEG_ABOUT_NAVBAR/a\
 <div class="center">\
-<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>\
+<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>\
 <hr />
 /FFMPEG_ABOUT_NAVBAR/d

Modified: trunk/src/template_head2
==============================================================================
--- trunk/src/template_head2	Tue Feb 17 06:02:50 2009	(r277)
+++ trunk/src/template_head2	Tue Feb 17 06:05:12 2009	(r278)
@@ -11,13 +11,13 @@
 
 <hr />
 
-<a href="index.html">Home/News</a> |
-<a href="about.html">About</a> |
-<a href="download.html">Get FFmpeg</a> |
-<a href="changelog.html">Changelog</a> |
-<a href="documentation.html">Documentation</a> |
-<a href="bugreports.html">Reporting Bugs</a> |
-<a href="contact.html">Contact Us</a>
+<a class="navbar" href="index.html">Home/News</a> |
+<a class="navbar" href="about.html">About</a> |
+<a class="navbar" href="download.html">Get FFmpeg</a> |
+<a class="navbar" href="changelog.html">Changelog</a> |
+<a class="navbar" href="documentation.html">Documentation</a> |
+<a class="navbar" href="bugreports.html">Reporting Bugs</a> |
+<a class="navbar" href="contact.html">Contact Us</a>
 </div>
 
 <hr />




More information about the ffmpeg-cvslog mailing list