0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add class for upper case abbreviations, aka initialisms

Read more:
 * http://en.wikipedia.org/wiki/Abbreviation
 * http://en.wikipedia.org/wiki/Initialism
This commit is contained in:
Jacob Rask 2012-02-19 21:24:06 +01:00
parent f08b407667
commit c1775da187
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -419,6 +419,10 @@ abbr[title] {
border-bottom: 1px dotted #ddd;
cursor: help;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 18px;

View File

@ -158,6 +158,10 @@ abbr[title] {
border-bottom: 1px dotted #ddd;
cursor: help;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
// Blockquotes
blockquote {