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

View File

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