You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merged in my pending changes from 1.2-wip branch, resolve diffs as best as i could, update docs and alerts to use original classes, updated docs to include smaller section for layouts
Copy file name to clipboardExpand all lines: bootstrap-1.1.0.css
+27-32Lines changed: 27 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* http://www.apache.org/licenses/LICENSE-2.0
7
7
*
8
8
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9
-
* Date: Thu Aug 25 13:52:00 PDT 2011
9
+
* Date: Thu Aug 25 22:35:30 PDT 2011
10
10
*/
11
11
/* Reset.less
12
12
* 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).
@@ -122,27 +122,27 @@ aside {
122
122
clear: both;
123
123
}
124
124
.btn.danger,
125
-
.alert.danger,
125
+
.alert-message.danger,
126
126
.btn.danger:hover,
127
-
.alert.danger:hover,
127
+
.alert-message.danger:hover,
128
128
.btn.error,
129
-
.alert.error,
129
+
.alert-message.error,
130
130
.btn.error:hover,
131
-
.alert.error:hover,
131
+
.alert-message.error:hover,
132
132
.btn.success,
133
-
.alert.success,
133
+
.alert-message.success,
134
134
.btn.success:hover,
135
-
.alert.success:hover,
135
+
.alert-message.success:hover,
136
136
.btn.info,
137
-
.alert.info,
137
+
.alert-message.info,
138
138
.btn.info:hover,
139
-
.alert.info:hover {
139
+
.alert-message.info:hover {
140
140
color:#ffffff;
141
141
}
142
142
.btn.danger,
143
-
.alert.danger,
143
+
.alert-message.danger,
144
144
.btn.error,
145
-
.alert.error {
145
+
.alert-message.error {
146
146
background-color:#d6463e;
147
147
background-repeat: repeat-x;
148
148
background-image:-khtml-gradient(linear, left top, left bottom,from(#f56a66),to(#d6463e));
0 commit comments