www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/gnu30 local-events.html scholarship.html


From: rsiddharth
Subject: www/gnu30 local-events.html scholarship.html
Date: Mon, 02 Sep 2013 03:38:39 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     rsiddharth <rsd>        13/09/02 03:38:39

Modified files:
        gnu30          : local-events.html scholarship.html 

Log message:
        custom styling now in gnu30.css instead of the inline styling

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/local-events.html?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/scholarship.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: local-events.html
===================================================================
RCS file: /web/www/www/gnu30/local-events.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- local-events.html   29 Aug 2013 05:46:59 -0000      1.1
+++ local-events.html   2 Sep 2013 03:38:38 -0000       1.2
@@ -5,56 +5,9 @@
 
 <!--#include virtual="/server/head-include-2.html" -->
 
-<style type="text/css">
-  .gnu-itinerary li {
-    list-style-type: none;
-    text-align: center;
-    margin: 5px;
-    transition: background-color 1s;
-    -webkit-transition: background-color 1s;
-    background-color: rgb(52, 101, 164);
-    color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href] {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href]:visited {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href]:hover {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary li:hover {
-    background-color: rgb(128, 0, 0);
-  }
-  .button a[href] {
-    transition: background-color 1s;
-    -webkit-transition: background-color 1s;
-    background-color: rgb(52, 101, 164);
-    color: rgb(255, 255, 255); 
-  }
-  .button a[href]:visited {
-     color: rgb(255, 255, 255); 
-  }
-  .button a[href]:hover {
-   background-color: rgb(128, 0, 0); 
-   color: rgb(255, 255, 255); 
-  }
-  #content {
-    padding-bottom: 0em;
-  }
-</style>
-
-<style type="text/css">
address@hidden screen and (max-width:40em) {
-  .yui-g .yui-u,.yui-g div.first, .yui-gc div.first, .yui-gc .yui-u {
-    width:98%; float: none; margin-left: 1%;
-  }
-}
-</style>
+<!-- custom stylsheet for gnu30 pages -->
+<link rel="stylesheet" href="gnu30.css" media="screen" />
+
 </head>
 <body>
 
@@ -162,7 +115,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/08/29 05:46:59 $
+$Date: 2013/09/02 03:38:38 $
 <!-- timestamp end -->
 </p>
 </div>

Index: scholarship.html
===================================================================
RCS file: /web/www/www/gnu30/scholarship.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- scholarship.html    29 Aug 2013 05:45:55 -0000      1.1
+++ scholarship.html    2 Sep 2013 03:38:38 -0000       1.2
@@ -5,56 +5,9 @@
 
 <!--#include virtual="/server/head-include-2.html" -->
 
-<style type="text/css">
-  .gnu-itinerary li {
-    list-style-type: none;
-    text-align: center;
-    margin: 5px;
-    transition: background-color 1s;
-    -webkit-transition: background-color 1s;
-    background-color: rgb(52, 101, 164);
-    color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href] {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href]:visited {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary a[href]:hover {
-   text-decoration: none;
-   color: rgb(255, 255, 255);
-  }
-  .gnu-itinerary li:hover {
-    background-color: rgb(128, 0, 0);
-  }
-  .button a[href] {
-    transition: background-color 1s;
-    -webkit-transition: background-color 1s;
-    background-color: rgb(52, 101, 164);
-    color: rgb(255, 255, 255); 
-  }
-  .button a[href]:visited {
-     color: rgb(255, 255, 255); 
-  }
-  .button a[href]:hover {
-   background-color: rgb(128, 0, 0); 
-   color: rgb(255, 255, 255); 
-  }
-  #content {
-    padding-bottom: 0em;
-  }
-</style>
-
-<style type="text/css">
address@hidden screen and (max-width:40em) {
-  .yui-g .yui-u,.yui-g div.first, .yui-gc div.first, .yui-gc .yui-u {
-    width:98%; float: none; margin-left: 1%;
-  }
-}
-</style>
+<!-- custom stylsheet for gnu30 pages -->
+<link rel="stylesheet" href="gnu30.css" media="screen" />
+
 </head>
 <body>
 
@@ -150,7 +103,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/08/29 05:45:55 $
+$Date: 2013/09/02 03:38:38 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]