aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorFrancesca Ciceri <madamezou>2011-08-13 15:13:39 +0000
committerFrancesca Ciceri <madamezou>2011-08-13 15:13:39 +0000
commitd8dc66dde24833ed1be01d1184efa8adfd5d8235 (patch)
tree85ee3b83a5231ad3d05e1679033c586bcd0e9181 /english/debian.css
parentf9c154e271b274d02a7de32e61d2e10121d410d0 (diff)
improve readability of tables changing line-height and padding-{top|bottom} values
CVS version numbers english/debian.css: 1.86 -> 1.87
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/english/debian.css b/english/debian.css
index 5196782afe7..7c194dea725 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -805,25 +805,34 @@ div.tabular table, table.tabular, table.vendors {
border-top: 0.15em solid #666;
width: auto;
font-size: 0.75em;
- line-height: 2em;
margin-bottom: 4em;
margin-top: -0.169em;
}
+
table td {
padding-right: 1.5em;
+ padding-bottom: 0.75em;
+ padding-top: 0.75em;
+ line-height: 1.2em;
+ background-image: url("Pics/greydot.png");
+ background-position: left top;
+ background-repeat: repeat-x;
}
div.tabular table tr, table.tabular tr, table.vendors tr {
width: 100%;
}
table th {
padding-right: 1.5em;
+ padding-bottom: 0.75em;
+ padding-top: 0.75em;
+ line-height: 1.5em;
}
div.tabular table td, table.tabular td, table.vendors td {
background-image: url(Pics/greydot.png);
background-position: top left;
background-repeat: repeat-x;
}
-div.tabular table > td:first-child, table.tabular > td:first-child, table.vendors > td:first-child {
+div.tabular table > td:first-child, table.tabular td:first-child, table.vendors > td:first-child {
background-image: none;
}
#pageLang p, #pageLang form {

© 2014-2024 Faster IT GmbH | imprint | privacy policy