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
This commit is contained in:
parent
485bb8912b
commit
806d85f387
1 changed files with 5 additions and 5 deletions
|
@ -254,7 +254,7 @@ li.xfolkentry div div.description span.anchorBookmark {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: 1px solid #CCCC88;
|
border: 1px solid #CCCC88;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 10px;
|
/*border-radius: 10px;*/
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
}
|
}
|
||||||
.vote-badge span, .vote-badge a {
|
.vote-badge span, .vote-badge a {
|
||||||
|
@ -265,14 +265,14 @@ li.xfolkentry div div.description span.anchorBookmark {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.vote-for {
|
.vote-for {
|
||||||
border-top-right-radius: 10px;
|
/*border-top-right-radius: 10px;*/
|
||||||
border-top-left-radius: 10px;
|
/*border-top-left-radius: 10px;*/
|
||||||
-moz-border-radius-topright: 10px;
|
-moz-border-radius-topright: 10px;
|
||||||
-moz-border-radius-topleft: 10px;
|
-moz-border-radius-topleft: 10px;
|
||||||
}
|
}
|
||||||
.vote-against {
|
.vote-against {
|
||||||
border-bottom-right-radius: 10px;
|
/*border-bottom-right-radius: 10px;*/
|
||||||
border-bottom-left-radius: 10px;
|
/*border-bottom-left-radius: 10px;*/
|
||||||
-moz-border-radius-bottomright: 10px;
|
-moz-border-radius-bottomright: 10px;
|
||||||
-moz-border-radius-bottomleft: 10px;
|
-moz-border-radius-bottomleft: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue