svn commit: samba-web r736 - in trunk/news: . calendar

deryck at samba.org deryck at samba.org
Sat Jul 2 05:33:16 GMT 2005


Author: deryck
Date: 2005-07-02 05:33:15 +0000 (Sat, 02 Jul 2005)
New Revision: 736

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=736

Log:
updating pages to match recent style fixes.
Modified:
   trunk/news/about.html
   trunk/news/calendar/index.html
   trunk/news/submission_policy.html
   trunk/news/submit.html
   trunk/news/success.html


Changeset:
Modified: trunk/news/about.html
===================================================================
--- trunk/news/about.html	2005-07-02 05:10:12 UTC (rev 735)
+++ trunk/news/about.html	2005-07-02 05:33:15 UTC (rev 736)
@@ -28,12 +28,6 @@
 <![endif]-->
 
 
-<style type="text/css">
-body {
-	background-color:#FFF;
-}
-</style>
-
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="Content-Language" content="en-us" />
 <meta name="keywords" content="Samba SMB CIFS" />
@@ -41,7 +35,7 @@
 
 </head>
 
-<body>
+<body id="news">
 
 <div class="newsbar"></div>
 

Modified: trunk/news/calendar/index.html
===================================================================
--- trunk/news/calendar/index.html	2005-07-02 05:10:12 UTC (rev 735)
+++ trunk/news/calendar/index.html	2005-07-02 05:33:15 UTC (rev 736)
@@ -28,12 +28,6 @@
 	</style>
 <![endif]-->
 
-<style type="text/css">
-body {
-        background-color:#FFF;
-}
-</style>
-
 <script type="text/javascript" src="/samba/news/calendar/showDate.js">
 </script>
 
@@ -44,7 +38,7 @@
 
 </head>
 
-<body>
+<body id="news">
 
 <div class="newsbar"></div>
 

Modified: trunk/news/submission_policy.html
===================================================================
--- trunk/news/submission_policy.html	2005-07-02 05:10:12 UTC (rev 735)
+++ trunk/news/submission_policy.html	2005-07-02 05:33:15 UTC (rev 736)
@@ -28,13 +28,6 @@
         </style>
 <![endif]-->
 
-<style type="text/css">
-body {
-	background-color:#FFF;
-
-}
-</style>
-
 <title>news.samba.org Submission Policy</title>
 
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -44,7 +37,7 @@
 
 </head>
 
-<body>
+<body id="news">
 
 <div class="newsbar"></div>
 

Modified: trunk/news/submit.html
===================================================================
--- trunk/news/submit.html	2005-07-02 05:10:12 UTC (rev 735)
+++ trunk/news/submit.html	2005-07-02 05:33:15 UTC (rev 736)
@@ -30,12 +30,6 @@
         </style>
 <![endif]-->
 
-<style type="text/css">
-body {
-	background-color:#FFF;
-}
-</style>
-
 <script type="text/javascript">
 
 function validForm(storyForm) {
@@ -60,7 +54,7 @@
 
 </head>
 
-<body>
+<body id="news">
 
 <div class="newsbar"></div>
 

Modified: trunk/news/success.html
===================================================================
--- trunk/news/success.html	2005-07-02 05:10:12 UTC (rev 735)
+++ trunk/news/success.html	2005-07-02 05:33:15 UTC (rev 736)
@@ -28,13 +28,6 @@
         </style>
 <![endif]-->
 
-<style type="text/css">
-body {
-	background-color:#FFF;
-
-}
-</style>
-
 <title>Your story has been submitted</title>
 
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -44,7 +37,7 @@
 
 </head>
 
-<body>
+<body id="news">
 
 <div class="newsbar"></div>
 



More information about the samba-cvs mailing list