Merge pull request #3957 from scottbasgaard/master

Fix vendor prefix typo. Resolves #3953
This commit is contained in:
Mike Jolley 2013-10-21 01:13:32 -07:00
commit 88979b29c5
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -294,7 +294,7 @@ p.demo_store {
&:before { &:before {
left: -6px; left: -6px;
-webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;
-mox-border-bottom-right-radius: 4px; -moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
box-shadow: 2px 2px 0 darken( @secondary, 10 ); box-shadow: 2px 2px 0 darken( @secondary, 10 );
@ -302,7 +302,7 @@ p.demo_store {
&:after { &:after {
right: -6px; right: -6px;
-webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px;
-mox-border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-width: 0 0 1px 1px; border-width: 0 0 1px 1px;
box-shadow: -2px 2px 0 darken( @secondary, 10 ); box-shadow: -2px 2px 0 darken( @secondary, 10 );