svn commit: samba-web r389 - in trunk: . style

deryck at samba.org deryck at samba.org
Tue Oct 26 22:10:10 GMT 2004


Author: deryck
Date: 2004-10-26 22:10:08 +0000 (Tue, 26 Oct 2004)
New Revision: 389

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=389&nolog=1

Log:

Add margins to pre tags on pages using wide.css.  Just
opening open some space on the page, like a blockquote.

Also, I added the second header to the testpage, so the
logo will actually show up, given the new design.

--deryck

Modified:
   trunk/style/wide.css
   trunk/testpage.html


Changeset:
Modified: trunk/style/wide.css
===================================================================
--- trunk/style/wide.css	2004-10-26 20:45:51 UTC (rev 388)
+++ trunk/style/wide.css	2004-10-26 22:10:08 UTC (rev 389)
@@ -23,3 +23,7 @@
 	width:431px;
 	height:300px;
 }
+    /* Set a global pre style for pages using wide.css */
+pre {
+    margin:15px 0 30px 20px;
+}    

Modified: trunk/testpage.html
===================================================================
--- trunk/testpage.html	2004-10-26 20:45:51 UTC (rev 388)
+++ trunk/testpage.html	2004-10-26 22:10:08 UTC (rev 389)
@@ -1,4 +1,6 @@
 <!--#include virtual="/samba/header.html" -->
+<title>Test Page</title>
+<!--#include virtual="/samba/header2.html" -->
 
 <H1 align="center">This is a test page</H1>
 



More information about the samba-cvs mailing list