aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorSimon Paillard <spaillard>2011-12-22 23:52:18 +0000
committerSimon Paillard <spaillard>2011-12-22 23:52:18 +0000
commit53ab854c804d598608dc50c41e56a00a4adf9397 (patch)
tree60f8b9860084186e0aefc825df520a3c993fb510 /english/debian.css
parent670b6196e10ea03ca36f493e910354669160571a (diff)
table td,th: 1px border compensated by 0.5em padding-{top,bottom} (instead of 0.75)
CVS version numbers english/debian.css: 1.91 -> 1.92
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/english/debian.css b/english/debian.css
index e38cd18f689..5117c54c437 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -810,8 +810,8 @@ div.tabular table, table.tabular, table.vendors {
table td {
padding-right: 1.5em;
- padding-bottom: 0.75em;
- padding-top: 0.75em;
+ padding-bottom: 0.5em;
+ padding-top: 0.5em;
line-height: 1.2em;
border-top: dotted grey;
border-width: 1px;
@@ -821,8 +821,8 @@ div.tabular table tr, table.tabular tr, table.vendors tr {
}
table th {
padding-right: 1.5em;
- padding-bottom: 0.75em;
- padding-top: 0.75em;
+ padding-bottom: 0.5em;
+ padding-top: 0.5em;
line-height: 1.5em;
}

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