Skip to content

Instantly share code, notes, and snippets.

@hayksaakian
Created May 2, 2013 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayksaakian/5500277 to your computer and use it in GitHub Desktop.
Save hayksaakian/5500277 to your computer and use it in GitHub Desktop.
awful css. how to do semantic row-fluid?
@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