[Fusionforge-commits] r8838 - trunk/gforge/www/themes/gforge/viewvc

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Feb 19 13:41:12 CET 2010


Author: lolando
Date: 2010-02-19 13:41:11 +0100 (Fri, 19 Feb 2010)
New Revision: 8838

Modified:
   trunk/gforge/www/themes/gforge/viewvc/styles.css
Log:
Fixed CSS for viewvc

Modified: trunk/gforge/www/themes/gforge/viewvc/styles.css
===================================================================
--- trunk/gforge/www/themes/gforge/viewvc/styles.css	2010-02-19 12:25:19 UTC (rev 8837)
+++ trunk/gforge/www/themes/gforge/viewvc/styles.css	2010-02-19 12:41:11 UTC (rev 8838)
@@ -3,35 +3,35 @@
 /*******************************/
 
 /*** Standard Tags ***/
-.scm html, .scm body {
+html, body {
   color: #000000;
   background-color: #ffffff;
 }
 
-.scm a:link    { color: #0000ff; }
-.scm a:visited { color: #880088; }
-.scm a:active  { color: #0000ff; }
+a:link    { color: #0000ff; }
+a:visited { color: #880088; }
+a:active  { color: #0000ff; }
 
-.scm img { border: none; }
-.scm table {
+img { border: none; }
+table {
   width: 100%;
   margin: 0; 
   border: none;
 }
-.scm table.auto {
+table.auto {
   width: auto;
 }
-.scm table.fixed {
+table.fixed {
   width: 100%;
   table-layout: fixed;
 }
-.scm table.fixed td {
+table.fixed td {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
-.scm tr, .scm td, .scm th { vertical-align: top; }
-.scm form { margin: 0; }
+tr, td, th { vertical-align: top; }
+form { margin: 0; }
 
 /*** Icons ***/
 .vc_icon {




More information about the Fusionforge-commits mailing list