[FFmpeg-cvslog] [ffmpeg.org]: r280 - in trunk: htdocs/default.css src/index

superdump subversion
Tue Feb 17 12:50:08 CET 2009


Author: superdump
Date: Tue Feb 17 12:50:07 2009
New Revision: 280

Log:
Add some simple CSS flavour and make the project description more prominent

Modified:
   trunk/htdocs/default.css
   trunk/src/index

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Tue Feb 17 12:17:04 2009	(r279)
+++ trunk/htdocs/default.css	Tue Feb 17 12:50:07 2009	(r280)
@@ -1,5 +1,5 @@
 body {
-    background-color: white;
+    background-color: #313131;
 }
 
 div.center {
@@ -13,8 +13,27 @@
 }
 
 #container {
-    margin-left: 2%;
-    margin-right: 2%;
+    background-color: white;
+    margin: 1em;
+    padding: 1em;
+}
+
+#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;
+}
+
+h2 {
+    color: #313131;
+    font-size: 1.2em;
 }
 
 a.navbar {

Modified: trunk/src/index
==============================================================================
--- trunk/src/index	Tue Feb 17 12:17:04 2009	(r279)
+++ trunk/src/index	Tue Feb 17 12:50:07 2009	(r280)
@@ -1,10 +1,13 @@
 <h1>Project Description</h1>
 
+<div class="center" id="proj_desc">
 <p>
 <b>FFmpeg</b> is a complete, cross-platform solution to record, convert and
-stream audio and video. It includes <b>libavcodec</b> - the leading audio/video codec
-library.
+stream audio and video.
+<br />
+It includes <b>libavcodec</b> - the leading audio/video codec library.
 </p>
+</div>
 
 <p>
 As always, check the <a href="ffmpeg-doc.html">main FFmpeg doc</a> for a




More information about the ffmpeg-cvslog mailing list