1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere

This commit is contained in:
Mark Otto
2011-09-08 10:36:56 -07:00
parent 1af96b9a58
commit 1c03a07591
13 changed files with 46 additions and 55 deletions

View File

@@ -66,7 +66,7 @@ section > .row {
line-height: 27px;
}
div.quickstart {
.quickstart {
background-color: #f5f5f5;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
@@ -81,13 +81,16 @@ div.quickstart {
border-top: 1px solid #fff;
border-bottom: 1px solid #eee;
}
div.quickstart div.row {
.quickstart .container {
margin-bottom: 0;
}
.quickstart .row {
margin: 0 -20px;
-webkit-box-shadow: 1px 0 0 #f9f9f9;
-moz-box-shadow: 1px 0 0 #f9f9f9;
box-shadow: 1px 0 0 #f9f9f9;
}
div.quickstart div.columns {
.quickstart [class*="span"] {
width: 285px;
height: 117px;
margin-left: 0;
@@ -97,21 +100,21 @@ div.quickstart div.columns {
-moz-box-shadow: inset 1px 0 0 #f9f9f9;
box-shadow: inset 1px 0 0 #f9f9f9;
}
div.quickstart div.columns:last-child {
.quickstart [class*="span"]:last-child {
border-right: 1px solid #eee;
width: 286px;
}
div.quickstart h6,
div.quickstart p {
.quickstart h6,
.quickstart p {
line-height: 18px;
text-align: center;
margin-bottom: 9px;
color: #333;
}
div.quickstart h6 {
.quickstart h6 {
color: #999;
}
div.quickstart form textarea {
.quickstart textarea {
display: block;
width: 275px;
height: auto;
@@ -137,7 +140,7 @@ div.quickstart form textarea {
margin-top: 10px;
margin-bottom: 10px;
}
.show-grid .column, .show-grid .columns {
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
@@ -146,7 +149,7 @@ div.quickstart form textarea {
height: 30px;
line-height: 30px;
}
.show-grid:hover .column, .show-grid:hover .columns {
.show-grid:hover [class*="span"] {
background: rgba(0, 0, 0, 0.25);
}
/* Render mini layout previews

View File

@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
<link href="../bootstrap-1.2.0.css" rel="stylesheet">
<link href="../bootstrap-1.3.0.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">

View File

@@ -22,7 +22,7 @@
<script src="assets/js/bootstrap-dropdown.js"></script>
<!-- Le styles -->
<link href="../bootstrap-1.2.0.css" rel="stylesheet">
<link href="../bootstrap-1.3.0.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">