2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge branch 'master' of github.com:twitter/bootstrap into 1.2-wip

Conflicts:
	bootstrap-1.2.0.css
This commit is contained in:
Jacob Thornton
2011-09-02 11:49:03 -07:00
4 changed files with 25 additions and 16 deletions
+1
View File
@@ -240,6 +240,7 @@
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
background-image: linear-gradient(top, @startColor, @endColor); // The standard
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE6 & IE7
}
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {
background-color: @endColor;
+3 -3
View File
@@ -81,11 +81,11 @@ body {
.container-fluid {
padding: 0 20px;
.clearfix();
.sidebar {
> .sidebar {
float: left;
width: 220px;
}
.content {
> .content {
min-width: 700px;
max-width: 1180px;
margin-left: 240px;
@@ -106,4 +106,4 @@ a {
color: @linkColorHover;
text-decoration: underline;
}
}
}