diff options
| author | Jacob Rask <[email protected]> | 2012-02-19 21:24:06 +0100 |
|---|---|---|
| committer | Jacob Rask <[email protected]> | 2012-02-19 21:24:06 +0100 |
| commit | c1775da18714170847e1fb7768f375803b63c489 (patch) | |
| tree | 324ae4888a6cec8e38804c894166e4a0483c460d /docs | |
| parent | f08b40766749209709ec49c01f8aa122996657b3 (diff) | |
| download | bootstrap-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 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53409 -> 53441 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 82fff3162..a52a2ffe7 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 98ab116dd..a0f9b0837 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; |
