padding: 3px;
margin: -4px 0;
border: 1px solid #aebbd5;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -o-border-radius: 3px;
+ -ms-border-radius: 3px;
+ -khtml-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
padding:3px;
margin:-4px 0;
border: 1px solid darken($page-background, 15%);
- border-radius:3px;
+ @include border-radius(3px);
@include box-inset;
font-family:Menlo, monospace;
@include adjust-font-size-to(13px);