Merge pull request #2870 from techAPJ/patch-2

FIX: css change broke build
This commit is contained in:
Jeff Atwood 2014-10-11 03:16:45 -07:00
commit 4e1e977517
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
border: 1px solid scale-color-diff();
padding: 5px;
background: $secondary;
box-shadow(0 0px 2px rgba(0,0,0, .2));
box-shadow: 0 0px 2px rgba(0,0,0, .2);
position: absolute;
bottom: 34px;