Skip to content

Commit

Permalink
Add more backwards and forwards compatibility styles for transform an…
Browse files Browse the repository at this point in the history
…d border-radius.
  • Loading branch information
earlPeriscopic authored and joelbirchler committed Dec 19, 2012
1 parent 75df14c commit ff02ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphy.css
Expand Up @@ -24,6 +24,10 @@ You should have received a copy of the Lesser General Public License along with
-moz-transform-origin: top left;
-o-transform: rotate(-90deg);
-o-transform-origin: top left;
-ms-transform: rotate(-90deg);
-ms-transform-origin: top left;
transform: rotate(-90deg);
transform-origin: top left;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

Expand All @@ -44,6 +48,7 @@ You should have received a copy of the Lesser General Public License along with
white-space: nowrap;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.graphy_bar_label, .graphy_v_rule_label {
Expand Down

0 comments on commit ff02ee7

Please sign in to comment.