mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
updated fluid example to not use floated sidebar and instead use position absolute; not ideal, but it works in most cases
This commit is contained in:
@@ -29,7 +29,9 @@ body {
|
||||
padding-right: 20px;
|
||||
.clearfix();
|
||||
> .sidebar {
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 20px;
|
||||
width: 220px;
|
||||
}
|
||||
// TODO in v2: rename this and .popover .content to be more specific
|
||||
|
||||
Reference in New Issue
Block a user