2
0
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:
Mark Otto
2011-10-19 23:50:41 -07:00
parent 35793d98e7
commit b62475a22e
5 changed files with 44 additions and 47 deletions
+3 -1
View File
@@ -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