[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#381269: www.debian.org: set margin-left to 15 in debian.css



Package: www.debian.org
Severity: wishlist

hi,

looking at www.debian.org one might notice text in the maincol below the
menu moves to the left (for example, the list of security advisories).
This however does not look nice and makes the page harder to read. I
dont know anything about the CSS Stuff on debian.org, however, setting
the margin-left in #maincol from 15 to 12 solves this problem. See
attached patch.

 |  menu  | [..]
 |  menu  | [30 Jul 2006] DSA-1130 sitebar - missing input validation 
 |  menu  | [28 Jul 2006] DSA-1129 osiris - format string
 ----------
     [28 Jul 2006] DSA-1128 heartbeat - permission error
     [28 Jul 2006] DSA-1127 ethereal - several vulnerabilities 
     [..]

bye,
    - michael
--- ../debian.css	2006-08-03 12:06:44.000000000 +0200
+++ debian.css	2006-08-03 12:07:15.000000000 +0200
@@ -281,7 +281,7 @@
 }
 #maincol {
 	background: #FFFFFF;
-	margin-left: 12em;
+	margin-left: 15em;
 	margin-right: 0.5em;
 	margin-bottom: 1em;
 }

Reply to: