Created
May 2, 2013 05:17
-
-
Save hayksaakian/5500277 to your computer and use it in GitHub Desktop.
awful css. how to do semantic row-fluid?
This file contains hidden or 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
@testColor: #ff0000; | |
section#body_content { | |
#grid > .fluid > .row-fluid; | |
h1#body_content_title { | |
#grid > .fluid > .row-fluid; | |
color: @testColor; | |
} | |
/* section#body { | |
#grid > .fluid > .span(8); | |
} | |
section#side_body { | |
#grid > .fluid > .span(3); | |
}*/ | |
section#body_content_left { | |
#grid > .fluid > .span(8); | |
} | |
section#body_content_right { | |
#grid > .fluid > .span(3); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment