aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-13 13:48:33 -0700
committerMark Otto <[email protected]>2013-08-13 13:48:33 -0700
commitbd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3 (patch)
tree2a59b9815cb02226a694c345cf942c9ad869810f /css.html
parent3c772b1cebfed73570247691917b40fcf3d95aa2 (diff)
parenta8769b8cab1799168b31f1a5afd403f323a6b6d4 (diff)
downloadbootstrap-bd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3.tar.xz
bootstrap-bd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3.zip
Merge branch '3.0.0-wip' into bs3_navbar_overhaul
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'css.html')
-rw-r--r--css.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/css.html b/css.html
index 8b3cc0c50..7a8759817 100644
--- a/css.html
+++ b/css.html
@@ -602,7 +602,7 @@ base_url: "../"
</tr>
<tr>
<td><h5>Bootstrap heading</h5></td>
- <td>Semibold 16px</td>
+ <td>Semibold 14px</td>
</tr>
<tr>
<td><h6>Bootstrap heading</h6></td>
@@ -2012,9 +2012,9 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>Keep in mind that Internet Explorer 8 lacks support for rounded corners.</p>
</div>
<div class="bs-example bs-example-images">
- <img data-src="holder.js/140x140" class="img-rounded" alt="A generic square placeholder image with rounded corners">
- <img data-src="holder.js/140x140" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
- <img data-src="holder.js/140x140" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
+ <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-rounded" alt="A generic square placeholder image with rounded corners">
+ <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
+ <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
</div>
{% highlight html %}
<img src="..." alt="..." class="img-rounded">
@@ -2075,7 +2075,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
{% highlight css %}
// Mixin
-.clearfix {
+.clearfix() {
&:before,
&:after {
content: " ";