[FFmpeg-cvslog] [ffmpeg.org]: r283 - in trunk: htdocs/default.css src/template_head2
superdump
subversion
Tue Feb 17 16:03:53 CET 2009
Author: superdump
Date: Tue Feb 17 16:03:52 2009
New Revision: 283
Log:
Use id rule for navbar rather than a class.
Modified:
trunk/htdocs/default.css
trunk/src/template_head2
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Tue Feb 17 15:32:51 2009 (r282)
+++ trunk/htdocs/default.css Tue Feb 17 16:03:52 2009 (r283)
@@ -36,6 +36,16 @@
font-size: 1.2em;
}
-a.navbar {
- text-decoration: none;
+#navbar {
+ text-align: center;
+}
+
+#navbar a {
+ text-decoration: none;
+ color: blue
+}
+
+#navbar a:hover {
+ text-decoration: underline;
+ color: red
}
Modified: trunk/src/template_head2
==============================================================================
--- trunk/src/template_head2 Tue Feb 17 15:32:51 2009 (r282)
+++ trunk/src/template_head2 Tue Feb 17 16:03:52 2009 (r283)
@@ -10,16 +10,18 @@
<a href="index.html">
<img src="ffmpeg-logo.png" width="396" height="100" alt="FFmpeg" />
</a>
+</div>
<hr />
-<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 id="navbar">
+<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>
</div>
<hr />
More information about the ffmpeg-cvslog
mailing list