Added a new bootstrap file from 3.3.5

- Legacy-Id: 9895
This commit is contained in:
Henrik Levkowetz 2015-07-27 18:09:03 +00:00
parent d152ad2280
commit 5c53a86b37

View file

@ -0,0 +1,18 @@
.reset-text() {
font-family: @font-family-base;
// We deliberately do NOT reset font-size.
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: @line-height-base;
text-align: left; // Fallback for where `start` is not supported
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}