From: Roland Mas Date: Fri, 19 Feb 2010 12:41:11 +0000 (+0000) Subject: Fixed CSS for viewvc X-Git-Tag: v5_0_rc1~52 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=e582fce7e7b1f0c15ba1fa9ceab8d13ff5029345;hp=39b7b3511685dc4ab637bf8261b4b8b50dd64779 Fixed CSS for viewvc --- diff --git a/gforge/www/themes/gforge/viewvc/styles.css b/gforge/www/themes/gforge/viewvc/styles.css index 8330db9855..7ca8d14a74 100644 --- a/gforge/www/themes/gforge/viewvc/styles.css +++ b/gforge/www/themes/gforge/viewvc/styles.css @@ -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 {