[FFmpeg-cvslog] [ffmpeg.org]: r295 - trunk/htdocs/default.css
superdump
subversion
Thu Feb 19 03:36:49 CET 2009
Author: superdump
Date: Thu Feb 19 03:36:47 2009
New Revision: 295
Log:
Alphabetise (ignoring preceding # or . unless two of the same descriptor occur,
e.g. 'body' and '#body' then give # precedence because it's first in ascii)
Modified:
trunk/htdocs/default.css
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Thu Feb 19 02:36:11 2009 (r294)
+++ trunk/htdocs/default.css Thu Feb 19 03:36:47 2009 (r295)
@@ -18,10 +18,6 @@
text-align: center;
}
-img {
- border: 0;
-}
-
#container {
background-color: white;
margin-left: 1em;
@@ -32,17 +28,13 @@
text-align: center;
}
-#proj_desc {
- font-size: 1.3em;
-}
-
h1 {
background-color: #313131;
color: white;
font-size: 1.5em;
- padding-top: 0.1em;
- padding-left: 0.4em;
padding-bottom: 0.2em;
+ padding-left: 0.4em;
+ padding-top: 0.1em;
}
h2 {
@@ -50,18 +42,26 @@
font-size: 1.2em;
}
+img {
+ border: 0;
+}
+
#navbar, #navbar_about {
- text-align: center;
padding: 0.3em;
+ text-align: center;
}
#navbar a, #navbar_about a {
- text-decoration: none;
color: blue;
padding: 0.3em;
+ text-decoration: none;
}
#navbar a:hover, #navbar_about a:hover {
- text-decoration: underline;
color: red;
+ text-decoration: underline;
+}
+
+#proj_desc {
+ font-size: 1.3em;
}
More information about the ffmpeg-cvslog
mailing list