Skip to content

Commit 3c31d8a

Browse files
committed
more small changes to compiled css to try things out
1 parent 45c9b48 commit 3c31d8a

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Mon Oct 3 22:44:23 PDT 2011
9+
* Date: Mon Oct 3 23:49:59 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -612,7 +612,7 @@ textarea {
612612
font-weight: normal;
613613
line-height: normal;
614614
}
615-
form label {
615+
label {
616616
padding-top: 6px;
617617
font-size: 13px;
618618
line-height: 18px;

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/fluid.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ <h1>Hello, world!</h1>
7575
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
7676
<p><a class="btn primary large">Learn more &raquo;</a></p>
7777
</div>
78-
7978
<!-- Example row of columns -->
8079
<div class="row">
8180
<div class="span6">
@@ -94,9 +93,7 @@ <h2>Heading</h2>
9493
<p><a class="btn" href="#">View details &raquo;</a></p>
9594
</div>
9695
</div>
97-
9896
<hr>
99-
10097
<!-- Example row of columns -->
10198
<div class="row">
10299
<div class="span6">
@@ -115,7 +112,6 @@ <h2>Heading</h2>
115112
<p><a class="btn" href="#">View details &raquo;</a></p>
116113
</div>
117114
</div>
118-
119115
<footer>
120116
<p>&copy; Company 2011</p>
121117
</footer>

lib/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ textarea {
4040
}
4141

4242
// Float labels left
43-
form label {
43+
label {
4444
padding-top: 6px;
4545
font-size: @basefont;
4646
line-height: @baseline;

0 commit comments

Comments
 (0)