[xiph-commits] r9922 - in websites/xiph.org: about contact css downloads

nehal at svn.xiph.org nehal at svn.xiph.org
Wed Aug 31 21:54:34 PDT 2005


Author: nehal
Date: 2005-08-31 21:54:33 -0700 (Wed, 31 Aug 2005)
New Revision: 9922

Modified:
   websites/xiph.org/about/index.shtml.en
   websites/xiph.org/contact/index.shtml.en
   websites/xiph.org/css/screen.css
   websites/xiph.org/downloads/index.shtml.en
Log:
cleanups

Modified: websites/xiph.org/about/index.shtml.en
===================================================================
--- websites/xiph.org/about/index.shtml.en	2005-09-01 04:28:54 UTC (rev 9921)
+++ websites/xiph.org/about/index.shtml.en	2005-09-01 04:54:33 UTC (rev 9922)
@@ -6,7 +6,7 @@
 <!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
 
-<h1>About Xiph</h1>
+<h1 style="margin-top: 0;">About Xiph</h1>
 <h2>A little bit about us, what we do, and why you should care</h2>
 <p>A market-speak summary of the Xiph.Org Foundation might read something
 	like: "Xiph.Org is a collection of <a href="http://www.opensource.org">open source</a>, multimedia-related
@@ -68,7 +68,7 @@
 	that controlling mechanism. We're the only mechanism we've got.</p>
 
 <h2 id='fraunhofer' style='margin-bottom: 0;'>"Why does multimedia specifically need open source?"</h2>
-<h3 style='margin-top: 0;'>Example: An 'open' standard closes</h3>
+<h3>Example: An 'open' standard closes</h3>
 
 <p>In September of 1998, the world of Internet media took an unexpected
 (but long dreaded) turn when Fraunhofer IIS sent a "letter of

Modified: websites/xiph.org/contact/index.shtml.en
===================================================================
--- websites/xiph.org/contact/index.shtml.en	2005-09-01 04:28:54 UTC (rev 9921)
+++ websites/xiph.org/contact/index.shtml.en	2005-09-01 04:54:33 UTC (rev 9922)
@@ -20,7 +20,7 @@
 <!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
 
-<h1>Getting in touch</h1>
+<h1 style="margin-top: 0;">Getting in touch</h1>
 <p>
 The best way to contact members of the Xiph.org Foundation and community 
 is to post to one of the <a 

Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css	2005-09-01 04:28:54 UTC (rev 9921)
+++ websites/xiph.org/css/screen.css	2005-09-01 04:54:33 UTC (rev 9922)
@@ -70,51 +70,36 @@
   line-height: 1.4;
 }
 
-h1 {
-  font-size: 1.3em;
+h1, h1 a {
   font-weight: bold;
   color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
+  margin: 1.5em 0 8px 0;
 }
 
-h1 a {
+h1 {
+  font-size: 1.3em;
+}
+
+h2, h2 a {
   font-weight: bold;
   color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
+  margin: 1.5em 0 8px 0;
 }
 
 h2 {
   font-size: 1.2em;
-  font-weight: bold;
-  color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
 }
 
-h2 a {
+h3, h3 a {
   font-weight: bold;
   color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
+  margin: 1.5em 0 8px 0;
 }
 
 h3 {
   font-size: 1.1em;
-  font-weight: bold;
-  color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
 }
 
-h3 a {
-  font-weight: bold;
-  color: #ff9900;
-  margin-bottom: 10px;
-  margin-top: 0px;
-}
-
 li {
   line-height: 1.4;
 }

Modified: websites/xiph.org/downloads/index.shtml.en
===================================================================
--- websites/xiph.org/downloads/index.shtml.en	2005-09-01 04:28:54 UTC (rev 9921)
+++ websites/xiph.org/downloads/index.shtml.en	2005-09-01 04:54:33 UTC (rev 9922)
@@ -6,7 +6,7 @@
 <!--#include virtual="/ssi/pagetop.include" -->
 <!--  All your page content goes here  -->
 
-<h1>End-User Downloads</h1>
+<h1 style="margin-top: 0;">End-User Downloads</h1>
 
 <p>
 Xiph.org does not primarily create software for the end-user.
@@ -26,7 +26,7 @@
 
 <p>Also see the <a href="#third_party">Third-Party Downloads</a> below.</p>
 
-<h1 style="margin-top: 30px;">Developer Downloads</h1>
+<h1>Developer Downloads</h1>
 
 <table border="1" cellspacing="0" cellpadding="2" style="border-collapse: collapse; border-color: #cccccc; line-height: 1.4;">
 
@@ -105,7 +105,7 @@
 for a specific version.</p>
 
 <a name="third_party"></a>
-<h1 style="margin-top: 30px;">Third-Party Downloads</h1>
+<h1>Third-Party Downloads</h1>
 
 <h2>DirectShow filters - play back .ogg files in Media Player</h2>
 



More information about the commits mailing list