Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aside tag for .sidebar? #83

Closed
zrsmith92 opened this issue Aug 25, 2011 · 3 comments
Closed

aside tag for .sidebar? #83

zrsmith92 opened this issue Aug 25, 2011 · 3 comments
Milestone

Comments

@zrsmith92
Copy link

As it appears in scaffolding.less, the .sidebar element is only allowed to be a div tag. Is there a specific reason for this? I previously had my sidebar running inside an aside tag. The code in question starts on line 66:

// Fluid layouts (left aligned, with sidebar, min- & max-width content)
div.container-fluid {
  padding: 0 20px;
  .clearfix();
  div.sidebar {
    float: left;
    width: 220px;
  }
  div.content {
    min-width: 700px;
    max-width: 1180px;
    margin-left: 240px;
  }
}
@billmn
Copy link
Contributor

billmn commented Aug 25, 2011

I agree

@richstandbrook
Copy link

+1

@mdo
Copy link
Member

mdo commented Aug 26, 2011

Resolved with the most recent pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants