added scss functions

This commit is contained in:
albert
2011-11-14 11:44:38 -05:00
parent 973b8e693a
commit 65f62e0245
9 changed files with 64 additions and 28 deletions

View File

@@ -57,7 +57,5 @@ div#more-links {
width: 8em;
line-height: 1.3em;
padding: 0.2em 0.6em;
-moz-box-shadow: 2px 2px 2px #ccc;
-webkit-box-shadow: 2px 2px 2px #ccc;
box-shadow: 2px 2px 2px #ccc;
@include box-shadow(2px 2px 2px #ccc);
}