2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

merge in master after merging a pull request, add comment

This commit is contained in:
Mark Otto
2011-09-02 09:52:33 -07:00
3 changed files with 9 additions and 8 deletions
+4 -3
View File
@@ -81,11 +81,12 @@ body {
.container-fluid {
padding: 0 20px;
.clearfix();
.sidebar {
> .sidebar {
float: left;
width: 220px;
}
.content {
// TODO in v2: rename this and .popover .content to be more specific
> .content {
min-width: 700px;
max-width: 1180px;
margin-left: 240px;
@@ -106,4 +107,4 @@ a {
color: @linkColorHover;
text-decoration: underline;
}
}
}