Skip to content

Commit 03e6dc6

Browse files
committed
Merge branch '2.0.1-wip'
2 parents 9143d8e + 0916226 commit 03e6dc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1730
-906
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ Developers
6262
We have included a makefile with convenience methods for working with the Bootstrap library.
6363

6464
+ **build** - `make`
65-
This will run the less compiler on the bootstrap lib and regenerate the docs dir.
66-
The lessc compiler is required for this command to run.
65+
Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. Requires lessc and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
6766

6867
+ **watch** - `make watch`
69-
This is a convenience method for watching your less files and automatically building them whenever you save.
70-
Watchr is required for this command to run.
68+
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
7169

7270

7371
Authors

docs/assets/bootstrap.zip

957 Bytes
Binary file not shown.

docs/assets/css/bootstrap-responsive.css

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
99
*/
10+
.clearfix {
11+
*zoom: 1;
12+
}
13+
.clearfix:before, .clearfix:after {
14+
display: table;
15+
content: "";
16+
}
17+
.clearfix:after {
18+
clear: both;
19+
}
1020
.hidden {
1121
display: none;
1222
visibility: hidden;
@@ -25,7 +35,7 @@
2535
.uneditable-input {
2636
display: block;
2737
width: 100%;
28-
height: 28px;
38+
min-height: 28px;
2939
/* Make inputs at least the height of their button counterpart */
3040

3141
/* Makes inputs behave like true block-level elements */
@@ -84,7 +94,7 @@
8494
position: static;
8595
}
8696
}
87-
@media (max-width: 768px) {
97+
@media (max-width: 767px) {
8898
.container {
8999
width: auto;
90100
padding: 0 20px;
@@ -102,7 +112,7 @@
102112
margin: 0;
103113
}
104114
}
105-
@media (min-width: 768px) and (max-width: 980px) {
115+
@media (min-width: 768px) and (max-width: 979px) {
106116
.row {
107117
margin-left: -20px;
108118
*zoom: 1;
@@ -205,40 +215,40 @@
205215
.row-fluid > [class*="span"]:first-child {
206216
margin-left: 0;
207217
}
208-
.row-fluid .span1 {
218+
.row-fluid > .span1 {
209219
width: 5.801104972%;
210220
}
211-
.row-fluid .span2 {
221+
.row-fluid > .span2 {
212222
width: 14.364640883%;
213223
}
214-
.row-fluid .span3 {
224+
.row-fluid > .span3 {
215225
width: 22.928176794%;
216226
}
217-
.row-fluid .span4 {
227+
.row-fluid > .span4 {
218228
width: 31.491712705%;
219229
}
220-
.row-fluid .span5 {
230+
.row-fluid > .span5 {
221231
width: 40.055248616%;
222232
}
223-
.row-fluid .span6 {
233+
.row-fluid > .span6 {
224234
width: 48.618784527%;
225235
}
226-
.row-fluid .span7 {
236+
.row-fluid > .span7 {
227237
width: 57.182320438000005%;
228238
}
229-
.row-fluid .span8 {
239+
.row-fluid > .span8 {
230240
width: 65.74585634900001%;
231241
}
232-
.row-fluid .span9 {
242+
.row-fluid > .span9 {
233243
width: 74.30939226%;
234244
}
235-
.row-fluid .span10 {
245+
.row-fluid > .span10 {
236246
width: 82.87292817100001%;
237247
}
238-
.row-fluid .span11 {
248+
.row-fluid > .span11 {
239249
width: 91.436464082%;
240250
}
241-
.row-fluid .span12 {
251+
.row-fluid > .span12 {
242252
width: 99.999999993%;
243253
}
244254
input.span1, textarea.span1, .uneditable-input.span1 {
@@ -278,7 +288,7 @@
278288
width: 714px;
279289
}
280290
}
281-
@media (max-width: 980px) {
291+
@media (max-width: 979px) {
282292
body {
283293
padding-top: 0;
284294
}
@@ -314,6 +324,10 @@
314324
.navbar .nav > .divider-vertical {
315325
display: none;
316326
}
327+
.navbar .nav .nav-header {
328+
color: #999999;
329+
text-shadow: none;
330+
}
317331
.navbar .nav > li > a, .navbar .dropdown-menu a {
318332
padding: 6px 15px;
319333
font-weight: bold;
@@ -486,40 +500,40 @@
486500
.row-fluid > [class*="span"]:first-child {
487501
margin-left: 0;
488502
}
489-
.row-fluid .span1 {
503+
.row-fluid > .span1 {
490504
width: 5.982905983%;
491505
}
492-
.row-fluid .span2 {
506+
.row-fluid > .span2 {
493507
width: 14.529914530000001%;
494508
}
495-
.row-fluid .span3 {
509+
.row-fluid > .span3 {
496510
width: 23.076923077%;
497511
}
498-
.row-fluid .span4 {
512+
.row-fluid > .span4 {
499513
width: 31.623931624%;
500514
}
501-
.row-fluid .span5 {
515+
.row-fluid > .span5 {
502516
width: 40.170940171000005%;
503517
}
504-
.row-fluid .span6 {
518+
.row-fluid > .span6 {
505519
width: 48.717948718%;
506520
}
507-
.row-fluid .span7 {
521+
.row-fluid > .span7 {
508522
width: 57.264957265%;
509523
}
510-
.row-fluid .span8 {
524+
.row-fluid > .span8 {
511525
width: 65.81196581200001%;
512526
}
513-
.row-fluid .span9 {
527+
.row-fluid > .span9 {
514528
width: 74.358974359%;
515529
}
516-
.row-fluid .span10 {
530+
.row-fluid > .span10 {
517531
width: 82.905982906%;
518532
}
519-
.row-fluid .span11 {
533+
.row-fluid > .span11 {
520534
width: 91.45299145300001%;
521535
}
522-
.row-fluid .span12 {
536+
.row-fluid > .span12 {
523537
width: 100%;
524538
}
525539
input.span1, textarea.span1, .uneditable-input.span1 {

0 commit comments

Comments
 (0)