[evolvis-commits] r14334: Fixed CSS for viewvc

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:08:47 CET 2011


Author: mirabilos
Date: 2011-02-28 04:08:47 +0100 (Mon, 28 Feb 2011)
New Revision: 14334

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/viewvc/styles.css
Log:
Fixed CSS for viewvc

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/viewvc/styles.css
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/viewvc/styles.css	2011-02-28 03:08:43 UTC (rev 14333)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/viewvc/styles.css	2011-02-28 03:08:47 UTC (rev 14334)
@@ -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 evolvis-commits mailing list