Skip to content

Commit

Permalink
fixed misspelled CSS, MDL-23030
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabinger committed Aug 9, 2010
1 parent dc38e36 commit 2265bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/binarius/style/core.css
Expand Up @@ -182,7 +182,7 @@ body.has_dock {
bottom: auto;
background-color: #fb931c;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-botomleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}

Expand Down Expand Up @@ -219,7 +219,7 @@ body.has_dock {
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-botomleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}

Expand Down

0 comments on commit 2265bbc

Please sign in to comment.