web/static get-fedora.html, 1.12, 1.13 index.html, 1.10, 1.11 join-fedora.html, 1.10, 1.11 style.css, 1.11, 1.12

Ricky Zhou (ricky) fedora-websites-list at redhat.com
Thu May 24 11:48:54 UTC 2007


Author: ricky

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

Modified Files:
	get-fedora.html index.html join-fedora.html style.css 
Log Message:
Fix Join Fedora link hover, F7 => FC6



Index: get-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/get-fedora.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- get-fedora.html	24 May 2007 09:42:41 -0000	1.12
+++ get-fedora.html	24 May 2007 11:48:52 -0000	1.13
@@ -19,7 +19,7 @@
       </div>
       <div id="sidebar">
         <div id="banner">
-          <h2>Fedora 7 now available!</h2>
+          <h2>Fedora Core 6 now available!</h2>
           <p>The operating system that reaches higher.</p>
         </div>
         <div id="get">


Index: index.html
===================================================================
RCS file: /cvs/fedora/web/static/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.html	24 May 2007 09:42:41 -0000	1.10
+++ index.html	24 May 2007 11:48:52 -0000	1.11
@@ -1,7 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Fedora Project</title>
     <link rel="stylesheet" type="text/css" media="all" href="style.css" />
     <!--[if lt IE 7]>
@@ -20,7 +19,7 @@
       </div>
       <div id="sidebar">
         <div id="banner">
-          <h2>Fedora 7 now available!</h2>
+          <h2>Fedora Core 6 now available!</h2>
           <p>The operating system that reaches higher.</p>
         </div>
         <div id="get">


Index: join-fedora.html
===================================================================
RCS file: /cvs/fedora/web/static/join-fedora.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- join-fedora.html	24 May 2007 09:42:41 -0000	1.10
+++ join-fedora.html	24 May 2007 11:48:52 -0000	1.11
@@ -19,7 +19,7 @@
       </div>
       <div id="sidebar">
         <div id="banner">
-          <h2>Fedora 7 now available!</h2>
+          <h2>Fedora Core 6 now available!</h2>
           <p>The operating system that reaches higher.</p>
         </div>
         <div id="get">


Index: style.css
===================================================================
RCS file: /cvs/fedora/web/static/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- style.css	23 May 2007 22:43:29 -0000	1.11
+++ style.css	24 May 2007 11:48:52 -0000	1.12
@@ -82,10 +82,9 @@
 #get li
 {
     display: inline;
-    border-left: 1px solid #ccc;
+    border-left: 1px solid #CCCCCC;
     margin-left: -1px;
     padding: 0 1.4ex;
-    background: transparent;
 }
 
 #get li.first
@@ -225,8 +224,6 @@
 
 .roles a:hover
 {
-  color: #444;
-  font-weight: 900;
   background: #EFEFEF;
 }
 




More information about the Fedora-websites-list mailing list