Skip to content

Commit 899c6f8

Browse files
committed
remake
1 parent 8a27d28 commit 899c6f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bootstrap-1.1.0.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 Aug 22 21:31:21 PDT 2011
9+
* Date: Mon Aug 22 21:47:27 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).
@@ -1727,7 +1727,7 @@ footer {
17271727
border-bottom: 1px solid #eee;
17281728
padding: 5px 20px;
17291729
}
1730-
.modal .modal-header a.close {
1730+
.modal .modal-header .close {
17311731
position: absolute;
17321732
right: 10px;
17331733
top: 10px;

bootstrap-1.1.0.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.

lib/patterns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ footer {
538538
.modal-header {
539539
border-bottom: 1px solid #eee;
540540
padding: 5px 20px;
541-
a.close {
541+
.close {
542542
position: absolute;
543543
right: 10px;
544544
top: 10px;

lib/scaffolding.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ a {
126126
}
127127

128128
.btn {
129-
//.button(#1174C6);
129+
// .button(#1174C6);
130130
.transition(.1s linear all);
131131
&.primary {
132-
//#gradient > .vertical(@blue, @blueDark);
132+
// #gradient > .vertical(@blue, @blueDark);
133133
color: #fff;
134134
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
135135
border-color: @blueDark @blueDark darken(@blueDark, 15%);

0 commit comments

Comments
 (0)