[med-svn] r3294 - trunk/community/website/inc

Andreas Tille tille at alioth.debian.org
Fri Apr 17 13:33:40 UTC 2009


Author: tille
Date: 2009-04-17 13:33:40 +0000 (Fri, 17 Apr 2009)
New Revision: 3294

Modified:
   trunk/community/website/inc/style.css
Log:
Let the style work with the new bugs pages (copy of style.css out of blends)


Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2009-04-17 13:22:25 UTC (rev 3293)
+++ trunk/community/website/inc/style.css	2009-04-17 13:33:40 UTC (rev 3294)
@@ -42,13 +42,13 @@
 }
 
 ul{
-	list-style-image:url(/img/bullet.png);
+	list-style-image:url(../img/bullet.png);
 	padding:0em 0em 0em 3em;
 	margin:0em;
 }
 
 li.directory{
-	list-style-image:url(/img/folder.png);
+	list-style-image:url(../img/folder.png);
 }
 
 li{
@@ -397,6 +397,50 @@
 	width:100%;
 }
 
+div.bugsheadertable { 
+        display:table;
+	border:0px;
+	padding:0px;
+	margin:0px;
+	width:100%;
+	border-spacing:0px; 
+}
+
+div.bugsheadertr { 
+        display:table-row;
+}
+
+div.bugsheaderpackagetd { 
+	font-weight:bold;
+	text-align:left;
+        display:table-cell; 
+        padding:0px;
+	width:20%;
+}
+
+div.bugsheaderhomepagetd { 
+        display:table-cell; 
+	text-align:center;
+        padding:0px;
+	text-align:left;
+	width:40%;
+}
+
+div.bugsheadervcstd { 
+        display:table-cell; 
+	text-align:right;
+        padding:0px;
+	width:40%;
+}
+
+table.bugsheader td.bugsheader{
+	border:0px;
+	padding:0px;
+	margin:0px;
+	width:100%;
+	border-spacing:0px; 
+}
+
 table.bugsdependent{
 	border:2px solid #F88;
 	background-color:#EEE;
@@ -425,7 +469,15 @@
 	margin:0em;
 	padding:0em;
 }
-                            
+
+td.bughomepage{
+	text-align:center;
+}
+
+td.bugvcsbrowser{
+	text-align:right;
+}
+
 table.bugsdependent td.package{
 	margin:0em;
 	padding:0.1em 0.25em;




More information about the debian-med-commit mailing list