[GRASSweb-list]stephan: web index.php,1.11,1.12 sitestyle.css,1.11,1.12
grass at intevation.de
grass at intevation.de
Mon Nov 14 08:21:46 EST 2005
Author: stephan
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv5103
Modified Files:
index.php sitestyle.css
Log Message:
+ 5px between left navigation and main text for better reading.
to adjust add .leftmenu-entry in sitestyle.css
Index: index.php
===================================================================
RCS file: /grassrepository/web/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- index.php 25 Oct 2005 08:46:41 -0000 1.11
+++ index.php 14 Nov 2005 13:21:44 -0000 1.12
@@ -70,7 +70,7 @@
include("main_menu_side.inc");
?>
</td>
- <td valign="top"> <!-- MAIN PART -->
+ <td valign="top" class="leftmenu"> <!-- MAIN PART -->
<?php
include("main.inc");
?>
Index: sitestyle.css
===================================================================
RCS file: /grassrepository/web/sitestyle.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sitestyle.css 14 Nov 2005 10:51:49 -0000 1.11
+++ sitestyle.css 14 Nov 2005 13:21:44 -0000 1.12
@@ -11,7 +11,6 @@
BODY{ background: white;
color: black;
- padding-left: 5px;
}
H1{ background-color: white;
@@ -48,4 +47,9 @@
padding-left: 1em;
padding-right: 1em;
}
+
+.leftmenu {
+ padding-left: 5px;
+}
+
More information about the grass-web
mailing list