]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add class for upper case abbreviations, aka initialisms
authorJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:24:06 +0000 (21:24 +0100)
committerJacob Rask <jacob@jacobrask.net>
Sun, 19 Feb 2012 20:24:06 +0000 (21:24 +0100)
Read more:
 * http://en.wikipedia.org/wiki/Abbreviation
 * http://en.wikipedia.org/wiki/Initialism

docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/type.less

index 82fff3162feb121461875448b07f0aca0ac0768f..a52a2ffe74ee719aec904d80ae17e934cc8ef15a 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 98ab116dd7511e34670a71507419f83f41572ce4..a0f9b0837bdc97b96a4c4d4aa255f43b5af478a5 100644 (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;
index b68bddbb659a53463053dd32a3ebbcc3758eb3ea..bbe15f6cf7b669fcc9f5abc7dd247840173ed1c4 100644 (file)
@@ -158,6 +158,10 @@ abbr[title] {
   border-bottom: 1px dotted #ddd;
   cursor: help;
 }
+abbr.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
 
 // Blockquotes
 blockquote {