diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-28 08:00:15 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-28 08:00:15 +0000 |
commit | 806d85f3876798feac1cc5d686ab61eaa899ba53 (patch) | |
tree | 04311b7d5a3235871d69aa2351b9b98d3254f0d9 /www/scuttle.css | |
parent | 485bb8912b03d84c6c143281678c1421db77fd20 (diff) | |
download | semanticscuttle-806d85f3876798feac1cc5d686ab61eaa899ba53.tar.gz semanticscuttle-806d85f3876798feac1cc5d686ab61eaa899ba53.tar.bz2 |
do not use new css3 values since nobody understands them yet
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@443 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/scuttle.css')
-rw-r--r-- | www/scuttle.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/scuttle.css b/www/scuttle.css index 0275986..d224dcf 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -254,7 +254,7 @@ li.xfolkentry div div.description span.anchorBookmark { margin: 5px; border: 1px solid #CCCC88; font-weight: bold; - border-radius: 10px; + /*border-radius: 10px;*/ -moz-border-radius: 10px; } .vote-badge span, .vote-badge a { @@ -265,14 +265,14 @@ li.xfolkentry div div.description span.anchorBookmark { text-decoration: none; } .vote-for { - border-top-right-radius: 10px; - border-top-left-radius: 10px; + /*border-top-right-radius: 10px;*/ + /*border-top-left-radius: 10px;*/ -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; } .vote-against { - border-bottom-right-radius: 10px; - border-bottom-left-radius: 10px; + /*border-bottom-right-radius: 10px;*/ + /*border-bottom-left-radius: 10px;*/ -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; } |