aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorKobayashi Noritada <nori>2009-01-14 08:21:39 +0000
committerKobayashi Noritada <nori>2009-01-14 08:21:39 +0000
commit0f69a95198ab8195d586bf7b32430b698cf2033a (patch)
treeb0aaef6e79409b7192245cf5a2490945709d6bf4 /english/debian.css
parentde6d5787e61c113d4e83420d55d8b7404ad04030 (diff)
Specify -webkit-border-radius in addition to -moz-border-radius in debian.css (Closes: #509665).
CVS version numbers english/debian.css: 1.69 -> 1.70
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/english/debian.css b/english/debian.css
index fc5a7c9c703..430de2e9a0e 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -670,7 +670,8 @@ a:active { color: #FF0000; }
#leftcol, #navbar, #navbar a {
-moz-border-radius: 15px;
- /* this goes to the end as the css validator does not like it
+ -webkit-border-radius: 15px;
+ /* these go to the end as the css validator does not like them
will be replaced by border-radius with css3 */
}

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