Merge pull request #1267 from vinc/feature-default

Added !default to $img-border
main
Brandon Mathis 12 years ago
commit 2292fc03d6

@ -1,5 +1,5 @@
$noise-bg: image-url('noise.png') top left !default;
$img-border: inline-image('dotted-border.png');
$img-border: inline-image('dotted-border.png') !default;
// Main Link Colors
$link-color: lighten(#165b94, 3) !default;

Loading…
Cancel
Save