[Fusionforge-commits] FusionForge branch master updated. 5cd279a770b9a2ba6fe760e5bcb903bbf8c6c290

Sylvain Beucler beuc-inria at fusionforge.org
Mon Sep 8 10:43:18 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  5cd279a770b9a2ba6fe760e5bcb903bbf8c6c290 (commit)
      from  caac8005400c379feb878fa60441761bc00aa01d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5cd279a770b9a2ba6fe760e5bcb903bbf8c6c290
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Mon Sep 8 10:42:50 2014 +0200

    viewvc: protect outer layout from CSS changes

diff --git a/src/www/scm/viewvc/docroot/styles.css b/src/www/scm/viewvc/docroot/styles.css
index 2abc752..4bd3392 100644
--- a/src/www/scm/viewvc/docroot/styles.css
+++ b/src/www/scm/viewvc/docroot/styles.css
@@ -3,6 +3,8 @@
 /*******************************/
 
 /*** Standard Tags ***/
+
+/* FusionForge: don't change the outer attributes
 html, body {
   color: #000000;
   background-color: #ffffff;
@@ -34,6 +36,40 @@ table.fixed td {
 tr, td, th { vertical-align: top; }
 th { white-space: nowrap; }
 form { margin: 0; }
+*/
+
+/* FusionForge: ... instead only apply them in context: */
+div.scm {
+  color: #000000;
+  background-color: #ffffff;
+  font-family: sans-serif;
+}
+
+div.scm a:link    { color: #0000ff; }
+div.scm a:visited { color: #880088; }
+div.scm a:active  { color: #0000ff; }
+
+div.scm img { border: none; }
+div.scm table {
+  width: 100%;
+  margin: 0; 
+  border: none;
+}
+div.scm table.auto {
+  width: auto;
+}
+div.scm table.fixed {
+  width: 100%;
+  table-layout: fixed;
+}
+div.scm table.fixed td {
+  overflow: hidden; 
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+div.scm tr, div.scm td, div.scm th { vertical-align: top; }
+div.scm th { white-space: nowrap; }
+div.scm form { margin: 0; }
 
 
 /*** Icons ***/

-----------------------------------------------------------------------

Summary of changes:
 src/www/scm/viewvc/docroot/styles.css |   36 +++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list