web/static/F-7 get-fedora.html, 1.9, 1.10 index.html, 1.11, 1.12 join-fedora.html, 1.7, 1.8 relnotes.html, 1.1, 1.2 style.css, 1.5, 1.6

Ricky Zhou (ricky) fedora-websites-list at redhat.com
Tue Jun 26 15:54:20 UTC 2007


Author: ricky

Update of /cvs/fedora/web/static/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31712

Modified Files:
	get-fedora.html index.html join-fedora.html relnotes.html 
	style.css 
Log Message:
Huge legal/ cleanup- fixed invalid HTML, made all links relative, other misc changes



Index: get-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/F-7/get-fedora.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- get-fedora.html	31 May 2007 21:20:38 -0000	1.9
+++ get-fedora.html	26 Jun 2007 15:54:18 -0000	1.10
@@ -30,7 +30,7 @@
             <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
           </ul>
         </div>
-        <div id="nav">
+        <div class="nav">
           <h2>Navigation</h2>
           <ul>
             <li id="nav-home"><a href="index.html">Home</a></li>


Index: index.html
===================================================================
RCS file: /cvs/fedora/web/static/F-7/index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.html	13 Jun 2007 21:16:09 -0000	1.11
+++ index.html	26 Jun 2007 15:54:18 -0000	1.12
@@ -30,7 +30,7 @@
             <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
           </ul>
         </div>
-        <div id="nav">
+        <div class="nav">
           <h2>Navigation</h2>
           <ul>
             <li id="nav-home"><a href="index.html">Home</a></li>


Index: join-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/F-7/join-fedora.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- join-fedora.html	30 May 2007 22:21:41 -0000	1.7
+++ join-fedora.html	26 Jun 2007 15:54:18 -0000	1.8
@@ -30,7 +30,7 @@
             <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
           </ul>
         </div>
-        <div id="nav">
+        <div class="nav">
           <h2>Navigation</h2>
           <ul>
             <li id="nav-home"><a href="index.html">Home</a></li>


Index: relnotes.html
===================================================================
RCS file: /cvs/fedora/web/static/F-7/relnotes.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- relnotes.html	31 May 2007 16:38:32 -0000	1.1
+++ relnotes.html	26 Jun 2007 15:54:18 -0000	1.2
@@ -30,7 +30,7 @@
             <li><a href="http://fedoraproject.org/wiki/Distribution">Get Media</a></li>
           </ul>
         </div>
-        <div id="nav">
+        <div class="nav">
           <h2>Navigation</h2>
           <ul>
             <li id="nav-home"><a href="index.html">Home</a></li>


Index: style.css
===================================================================
RCS file: /cvs/fedora/web/static/F-7/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- style.css	23 Jun 2007 14:30:16 -0000	1.5
+++ style.css	26 Jun 2007 15:54:18 -0000	1.6
@@ -97,13 +97,13 @@
   color: #00356B;
 }
 
-#nav
+.nav
 {
   margin: 0 25px 0;
   padding: 0 1.5ex;
 }
 
-#nav h2
+.nav h2
 {
   border-bottom: 1px dotted #AAAAAA;
   color: #444444;
@@ -113,21 +113,21 @@
   font-weight: normal;
 }
 
-#nav ul
+.nav ul
 {
   list-style: none;
 }
 
-#nav li
+.nav li
 {
-  background: url(images/arrow.png) 5px 50% no-repeat;
+  background: url(images/arrow.png) 5px 9px no-repeat;
   margin: 0.25ex 1ex;
   padding-left: 24px;
   color: #777777;
   font-size: 1.6ex;
 }
 
-#nav a
+.nav a
 {
   font-weight: bold;
   margin-right: 0.75ex;
@@ -167,6 +167,22 @@
   font-size: 2.5ex;
 }
 
+#content table
+{
+  border-collapse: collapse;
+}
+
+#content table th
+{
+  background: #DDDDDD;
+}
+
+#content table th, #content table td
+{
+  border: 1px solid #000000;
+  padding: 0.6ex;
+}
+
 #content p
 {
   margin: 1ex 5ex 1ex 0;




More information about the Fedora-websites-list mailing list