Commit 9f8ce777 authored by Mark Otto's avatar Mark Otto

running make on previous changes

parent e06c257e
......@@ -3552,6 +3552,10 @@ input[type="submit"].btn.btn-mini {
border-radius: 4px;
}
.alert h4 {
margin: 0;
}
.alert .close {
position: relative;
top: -2px;
......
This diff is collapsed.
......@@ -1939,7 +1939,7 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="alert alert-block"&gt;
&lt;a class="close" data-dismiss="alert" href="#"&gt;&amp;times;&lt;/a&gt;
&lt;button type="button" class="close" data-dismiss="alert"&gt;&times;&lt;/button&gt;
&lt;h4&gt;Warning!&lt;/h4&gt;
Best check yo self, you're not...
&lt;/div&gt;
......
......@@ -1868,7 +1868,7 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="alert alert-block"&gt;
&lt;a class="close" data-dismiss="alert" href="#"&gt;&amp;times;&lt;/a&gt;
&lt;button type="button" class="close" data-dismiss="alert"&gt;&times;&lt;/button&gt;
&lt;h4&gt;{{_i}}Warning!{{/i}}&lt;/h4&gt;
{{_i}}Best check yo self, you're not...{{/i}}
&lt;/div&gt;
......
......@@ -15,6 +15,9 @@
.border-radius(4px);
color: @warningText;
}
.alert h4 {
margin: 0;
}
// Adjust close link position
.alert .close {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment