I think that for the layout you're right, but for indenting the text per cent values aren't the best thing you can think of.

If you think that:

p {
    text-indent : 1%;
}

is good...

the only thing in the patch I sent that uses a fixed value (about the layout) is the .indexcenter.padding-left in savannah.css.in. else I am taking away all the fixed values, *not* putting more in.

Anyway, if you like it more (but I preferred the other version):



Index: savannah.css.in
===================================================================
RCS file: /cvs/savane/savane/frontend/php/css/savannah.css.in,v
retrieving revision 1.3
diff -u -r1.3 savannah.css.in
--- savannah.css.in	22 Sep 2004 08:11:50 -0000	1.3
+++ savannah.css.in	22 Sep 2004 15:39:10 -0000
@@ -91,8 +91,10 @@
 	border-bottom: thin solid #333333; 
 	border-top: thin solid #333333;  
 	border-right: thin solid #333333;
-	margin-left: 150px;
-	padding-left: 3%;
+}
+
+.indexcenter {
+	padding-left : 1%;
 }
 
 
@@ -120,6 +122,7 @@
 	text-align: right;
 	color: #333333;
 	border-bottom: thin dotted #e0c080;
+	padding-right : 3%;
 }
 
 .topmenu {
Index: gna.css.in
===================================================================
RCS file: /cvs/savane/savane/frontend/php/css/gna.css.in,v
retrieving revision 1.16
diff -u -r1.16 gna.css.in
--- gna.css.in	22 Sep 2004 08:11:50 -0000	1.16
+++ gna.css.in	22 Sep 2004 15:39:10 -0000
@@ -100,11 +100,6 @@
   width: 100%;
 }
 
-.main {
-	margin-left: 175px;
-}
-
-
 /**********************************************************************
  *
  * Menus



now i'm under shelter :)
matteo


Elfyn McBratney wrote:

On Wednesday 22 Sep 2004 17:24, Matteo Settenvini wrote:

>Er... I really appreciate it, but really, the second patch I gave you is
>better... else, we'll obtain this for the other themes != savannah & gna
>& water: too much right spacing (see attachment).


Ideally, Savane shouldn't use any absolute sizes.  It should all be relative
(in percent), for accessibility purposes.  Also, if we only use them
sparingly, we could stick a w3c accessibility icon in the menu, which would
be cool, imo. :-)

Elfyn


_______________________________________________
Savane-dev mailing list
[EMAIL PROTECTED]
https://mail.gna.org/listinfo/savane-dev



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to