aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2009-12-21 11:03:30 +0000
committerPeter Karlsson <peterk>2009-12-21 11:03:30 +0000
commite573d2ae6fb19ad430d188d3335e6be2eeb5ae09 (patch)
tree855401802702c97012e19abdb7e47584680a6a16 /english/debian.css
parent1bf5381e9d583647dce1d610bdc7b415bfb1ce50 (diff)
Also add CSS3 declarations for the partnertype class.
These classes are also available in the CSS3 standard, with names that differ slightly from the Mozilla implementation. Add them to allow CSS3 browsers to use them. These changes are also valid CSS3 according to the W3C CSS validator. CVS version numbers english/debian.css: 1.77 -> 1.78
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/english/debian.css b/english/debian.css
index a6673d6cad8..fd1a5bc559f 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -563,9 +563,13 @@ table.volatile tr.country {
padding: 0.2em 0 0.2em 1em;
color: #FFFFFF;
-moz-border-radius-bottomleft:15px;
- -moz-border-radius-bottomright:15px;
- -moz-border-radius-topleft:15px;
- -moz-border-radius-topright:15px;
+ -moz-border-radius-bottomright:15px;
+ -moz-border-radius-topleft:15px;
+ -moz-border-radius-topright:15px;
+ border-bottom-left-radius:15px;
+ border-bottom-right-radius:15px;
+ border-top-left-radius:15px;
+ border-top-right-radius:15px;
}
div.partnerlogo {
display: table-cell;

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