[DRE-commits] r1546 - website/src

Vincent Fourmond fourmond at alioth.debian.org
Fri May 11 23:03:27 UTC 2007


Author: fourmond
Date: 2007-05-11 23:03:26 +0000 (Fri, 11 May 2007)
New Revision: 1546

Modified:
   website/src/30.subversion.en.page
   website/src/default.css
Log:
Added svn link and tweaked a bit CSS - if you don't like this way, please correct and document

Modified: website/src/30.subversion.en.page
===================================================================
--- website/src/30.subversion.en.page	2007-05-08 19:34:29 UTC (rev 1545)
+++ website/src/30.subversion.en.page	2007-05-11 23:03:26 UTC (rev 1546)
@@ -11,7 +11,8 @@
 
 h3. Repository structure
 
-Our repository is structured like this:
+Our "repository":http://svn.debian.org/wsvn/pkg-ruby-extras/
+is structured like this:
 
 <pre><code>pkg-ruby-extras
 +-- packages

Modified: website/src/default.css
===================================================================
--- website/src/default.css	2007-05-08 19:34:29 UTC (rev 1545)
+++ website/src/default.css	2007-05-11 23:03:26 UTC (rev 1546)
@@ -73,10 +73,14 @@
 
   pre {
     font-size: 90%;
-    overflow: hidden;
+    /*overflow: hidden;*/
     padding-left: 10pt;
+    padding-right: 10pt;	/* Padding on the right as well, */
+                                /* looks better with sliders. */
     border: thin solid #F2CBD9; 
     background-color: #FCE6EE;
+    overflow: auto;  /* Vincent Fourmond (fourmond at debian.org) Add sliders */
+                     /* when necessary, as it always looks good IMHO*/
   }
 
   /* styling the menu */




More information about the Pkg-ruby-extras-commits mailing list