2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

tons of docs helpers cleanup

This commit is contained in:
Mark Otto
2015-01-19 16:15:51 -08:00
parent 6ba05d95d5
commit e2c6dd29d8
10 changed files with 32 additions and 11 deletions
+3 -3
View File
@@ -90,7 +90,7 @@ Float an element to the left or right with a class. `!important` is included to
Set an element to `display: block;` and center via `margin`. Available as a mixin and class.
{% example html %}
<div class="center-block">...</div>
<div class="center-block">Centered block</div>
{% endexample %}
{% highlight scss %}
@@ -182,9 +182,9 @@ Hide an element to all devices **except screen readers** with `.sr-only`. Combin
Utilize the `.text-hide` class or mixin to help replace an element's text content with a background image.
{% example html %}
{% highlight html %}
<h1 class="text-hide">Custom heading</h1>
{% endexample %}
{% endhighlight %}
{% highlight scss %}
// Usage as a Mixin