[Piuparts-commits] rev 368 - piatti/org/piuparts.debian.org/htdocs
Holger Levsen
holger at alioth.debian.org
Mon Apr 20 10:50:01 UTC 2009
Author: holger
Date: 2009-04-20 10:50:00 +0000 (Mon, 20 Apr 2009)
New Revision: 368
Modified:
piatti/org/piuparts.debian.org/htdocs/style.css
Log:
some more css improvements
Modified: piatti/org/piuparts.debian.org/htdocs/style.css
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/style.css 2009-04-20 10:11:34 UTC (rev 367)
+++ piatti/org/piuparts.debian.org/htdocs/style.css 2009-04-20 10:50:00 UTC (rev 368)
@@ -238,33 +238,36 @@
td.titlecell {
color: white;
background-color: #d70751;
- border: 2px solid black;
font-weight: bold;
text-align: center;
- padding: 4px;
+ padding: 0.2em 0.2em 0.1em 0.2em;
+ border-top: 3px solid #999;
+ border-bottom: 1px solid #999;
}
td.bluetitlecell {
color: white;
background-color: #0755d7;
- border: 2px solid black;
font-weight: bold;
text-align: center;
- padding: 4px;
+ padding: 0.2em 0.2em 0.1em 0.2em;
+ border-top: 3px solid #999;
+ border-bottom: 1px solid #999;
}
td.labelcell {
- border: 1px solid black;
- padding: 2px;
- font-style: bold;
+ padding: 0.2em 0.2em 0.1em 0.2em;
+ border-top: 1px solid black;
+ border-right: 1px dotted black;
+ font-weight: bold;
}
td.contentcell {
text-align: center;
- padding: 2px;
- border: 1px solid black;
+ padding: 0.2em 0.3em 0.2em 0.3em;
+ border-bottom: 1px dotted #999;
}
td.contentcell2 {
text-align: left;
- padding: 2px;
- border: 1px solid black;
+ padding: 0.2em 0.3em 0.2em 0.3em;
+ border-bottom: 1px dotted #999;
+ border-right: 1px dotted #999;
}
-
More information about the Piuparts-commits
mailing list