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

why have no right-hand sidebar? #333

Closed
arden opened this issue Sep 29, 2011 · 5 comments
Closed

why have no right-hand sidebar? #333

arden opened this issue Sep 29, 2011 · 5 comments
Labels

Comments

@arden
Copy link

arden commented Sep 29, 2011

i'm found botstrap have left-hand sidebar, but have no left-hand sidebar?

@mdo
Copy link
Member

mdo commented Sep 29, 2011

We'll have this as a future feature in 1.5 or 2.0.

@arden
Copy link
Author

arden commented Sep 29, 2011

when is the 2.0 released?

@mdo
Copy link
Member

mdo commented Sep 29, 2011

No date has been set yet—still working on that.

@thedrow
Copy link

thedrow commented Oct 3, 2011

Instead of using the side bar class you could just use:

.container-fluid > .sidebar-left {
  float: left;
  width: 220px;
}

.container-fluid > .sidebar-right {
  float: right;
  width: 220px;
}

@mdo
Copy link
Member

mdo commented Oct 10, 2011

Added this to the 2.0-wip branch. Will ship with that release.

@mdo mdo closed this as completed Oct 10, 2011
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
PanosSynetos added a commit to Mango-information-systems/bootstrap that referenced this issue Jul 8, 2014
DocX pushed a commit to DocX/bootstrap that referenced this issue Sep 16, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
mikejr83 pushed a commit to SumTotalSystems/bootstrap that referenced this issue Mar 29, 2016
Relax angular dependency so that 1.3.0-beta can be installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants