aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Rask <[email protected]>2012-02-19 21:24:06 +0100
committerJacob Rask <[email protected]>2012-02-19 21:24:06 +0100
commitc1775da18714170847e1fb7768f375803b63c489 (patch)
tree324ae4888a6cec8e38804c894166e4a0483c460d /less
parentf08b40766749209709ec49c01f8aa122996657b3 (diff)
downloadbootstrap-c1775da18714170847e1fb7768f375803b63c489.tar.xz
bootstrap-c1775da18714170847e1fb7768f375803b63c489.zip
Add class for upper case abbreviations, aka initialisms
Read more: * http://en.wikipedia.org/wiki/Abbreviation * http://en.wikipedia.org/wiki/Initialism
Diffstat (limited to 'less')
-rw-r--r--less/type.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index b68bddbb6..bbe15f6cf 100644
--- a/less/type.less
+++ b/less/type.less
@@ -158,6 +158,10 @@ abbr[title] {
border-bottom: 1px dotted #ddd;
cursor: help;
}
+abbr.initialism {
+ font-size: 90%;
+ text-transform: uppercase;
+}
// Blockquotes
blockquote {