diff --git a/docs/css.html b/docs/css.html index b1beac26ed..ed0f04a4fe 100644 --- a/docs/css.html +++ b/docs/css.html @@ -28,7 +28,7 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e {% highlight html %} {% endhighlight %} -
You can disable zooming capabilities on mobile devices by adding user-scalable=no
to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall we don't recommend this on every site, so use caution!
You can disable zooming capabilities on mobile devices by adding user-scalable=no
to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall, we don't recommend this on every site, so use caution!
For de-emphasizing inline or blocks of text, use the <small>
tag to set text at 85% the size of the parent. Heading elements receive their own font-size
for nested <small>
elements.
You may alternatively use an inline element with .small
in place of any <small>
You may alternatively use an inline element with .small
in place of any <small>
.
This line of text is meant to be treated as fine print.
Add .blockquote-reverse
for blockquote with right-aligned content.
Add .blockquote-reverse
for a blockquote with right-aligned content.
Visit the Sass port's GitHub repository to see this files in action.
+Visit the Sass port's GitHub repository to see these files in action.