mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
running make on previous changes
This commit is contained in:
Vendored
+4
@@ -3552,6 +3552,10 @@ input[type="submit"].btn.btn-mini {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert h4 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.alert .close {
|
.alert .close {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1939,7 +1939,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="alert alert-block">
|
<div class="alert alert-block">
|
||||||
<a class="close" data-dismiss="alert" href="#">&times;</a>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<h4>Warning!</h4>
|
<h4>Warning!</h4>
|
||||||
Best check yo self, you're not...
|
Best check yo self, you're not...
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -1868,7 +1868,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div class="alert alert-block">
|
<div class="alert alert-block">
|
||||||
<a class="close" data-dismiss="alert" href="#">&times;</a>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<h4>{{_i}}Warning!{{/i}}</h4>
|
<h4>{{_i}}Warning!{{/i}}</h4>
|
||||||
{{_i}}Best check yo self, you're not...{{/i}}
|
{{_i}}Best check yo self, you're not...{{/i}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,6 +15,9 @@
|
|||||||
.border-radius(4px);
|
.border-radius(4px);
|
||||||
color: @warningText;
|
color: @warningText;
|
||||||
}
|
}
|
||||||
|
.alert h4 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Adjust close link position
|
// Adjust close link position
|
||||||
.alert .close {
|
.alert .close {
|
||||||
|
|||||||
Reference in New Issue
Block a user