aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian.css
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2009-12-21 09:42:13 +0000
committerPeter Karlsson <peterk>2009-12-21 09:42:13 +0000
commit1bf5381e9d583647dce1d610bdc7b415bfb1ce50 (patch)
treed237fc207cbc55c7fe5457c8fbf9f176dd73aefe /english/debian.css
parent319ad26392bed71b9d90fdb9f681d7c1de6cc24d (diff)
Add stand-alone "border-radius" for browsers supporting it.
The W3C CSS validator does claim a stand-alone border-radius declaration as conforming to CSS level 3, so add it for browsers that support it. "border-radius-bottomleft" and friends do not seem to exist, however, so these are not replicated from their -moz- equivalents. CVS version numbers english/debian.css: 1.76 -> 1.77
Diffstat (limited to 'english/debian.css')
-rw-r--r--english/debian.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/english/debian.css b/english/debian.css
index e962e63bdc1..a6673d6cad8 100644
--- a/english/debian.css
+++ b/english/debian.css
@@ -708,6 +708,7 @@ a:active { color: #FF0000; }
-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 */
+ border-radius: 15px;
}
/* /CD/vendors/ */

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