Created
March 6, 2009 19:12
-
-
Save brandon-beacher/75022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Images | |
.image | |
+lightly-tinted | |
:padding 8px | |
:float left | |
:margin-right 15px | |
:text-align center | |
:width = !content_width / 3 - 35 | |
a | |
:display block | |
img | |
:margin-bottom 4px | |
:max-height 100px | |
:height auto !important | |
:height 100px | |
:max-width = !content_width / 3 - 35 | |
:width auto !important | |
:width = !content_width / 3 - 35 | |
input | |
:display block | |
.row | |
+wrapped | |
margin-bottom: 10px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment