Skip to content

Commit

Permalink
Item12192: cleaning up
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15767 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Oct 29, 2012
1 parent 0e3a41c commit 01669cb
Showing 1 changed file with 1 addition and 25 deletions.
Expand Up @@ -34,13 +34,10 @@ a.jqButton:hover {
}

.jqButtonSimple:hover,
.jqButton:active,
.jqButton:hover {
color:#C60206;
}
.jqButton:hover,
.jqButton:active { /* pattern skin */
color:#C60206;
}

.jqButton span {
background-image:url(btn_left.gif);
Expand All @@ -51,8 +48,6 @@ a.jqButton:hover {
line-height:23px;
padding:0px 5px 0px 8px;
margin:0px 3px 0px 0px;
/* ie 6 */
_margin:0px 1px 0px 0px;
}

.jqButton:active {
Expand Down Expand Up @@ -113,22 +108,3 @@ a.jqButtonCenter {
margin-right:0px;
}

/* rounded cornders */
.jqRounded div {
padding:10px;
margin:0px;
}
.jqRounded h2 {
margin:0px;
padding:5px;
font-size:130%;
text-align:center;
border:0px;
}
.jqRounded ol,
.jqRounded ul {
margin:0px;
padding:0px;
padding-left:20px;
}

0 comments on commit 01669cb

Please sign in to comment.