[freeside-commits] freeside/rt/html/NoAuth webrt.css,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Tue Jun 6 04:08:57 PDT 2006


Update of /home/cvs/cvsroot/freeside/rt/html/NoAuth
In directory wavetail:/tmp/cvs-serv22720

Modified Files:
	webrt.css 
Log Message:
yay this should finally fix the weird black navigation links; hide the Mason stuff from browsers when it doesn't get processed for some reason

Index: webrt.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/NoAuth/webrt.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- webrt.css	6 Jun 2006 10:57:03 -0000	1.9
+++ webrt.css	6 Jun 2006 11:08:55 -0000	1.10
@@ -1,3 +1,4 @@
+/*
 %# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
@@ -43,6 +44,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+*/
 
 /* * {
   font-family: Arial, Verdana, Helvetica, sans-serif;
@@ -75,10 +77,12 @@
 	 text-decoration: none;
 	 white-space: nowrap}
 
+/*
 %# .topnav is the original RT class for the sidebar navigation tabs.
 %# Font-sizing by level depth was originally hard-coded into Elements/Menu.
 %# This modification sets a different class name for each level, allowing
 %# style sheet control over the formats.
+*/
 
 a.topnav-0 {  font-family: Verdana, sans-serif;
 	 font-size: 16px;
@@ -184,10 +188,12 @@
 	 text-decoration: none;
 	 white-space: nowrap}
 
+/*
 %# .currenttopnav is the original RT class for the sidebar navigation tabs.
 %# Font-sizing by level depth was originally hard-coded into Elements/Menu.
 %# This modification sets a different class name for each level, allowing
 %# style sheet control over the formats
+*/
 
 a.currenttopnav-0 {  font-family: Verdana, sans-serif;
 	 font-size: 16px;
@@ -315,12 +321,12 @@
          }
 .blue {
 	 background-color: #4682B4;
-%#	 background-color: #eeeeee;
+/* %#	 background-color: #eeeeee; */
 	 background-position: left top;
 	 vertical-align: top;
 	 text-align: left;
          }
-%# Actually the "topactions" section
+/* %# Actually the "topactions" section */
 .blueright {  background-color: #4682B4;
 	 background-position: left top;
 	 vertical-align: top;
@@ -604,7 +610,7 @@
 
 span.title { font-size: 1.6em;
 	     vertical-align: middle;
-%#	     color: #ffffff;
+/* %#	     color: #ffffff; */
              color: #000000;
            }
 span.productname { font-size: 2em;
@@ -703,6 +709,7 @@
     width: 100%;
 }
 
+/*
 %# Provide a callback for adding/modifying the style sheet.
 %# http://www.w3.org/TR/REC-CSS1 - section 3.2, says:
 %#   "latter specified rule wins"
@@ -714,3 +721,4 @@
 $r->content_type('text/css');
 #$r->headers_out->{'Expires'} = '+30m';
 </%init>
+*/



More information about the freeside-commits mailing list