From f28140897e92882a2bbecd8c3426e978bd29ba86 Mon Sep 17 00:00:00 2001 From: Jacob Rask Date: Sun, 19 Feb 2012 22:14:18 +0100 Subject: [PATCH] Update documentation for abbreviations --- docs/assets/bootstrap.zip | Bin 53441 -> 53441 bytes docs/base-css.html | 8 +++++--- docs/templates/pages/base-css.mustache | 8 +++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a52a2ffe74ee719aec904d80ae17e934cc8ef15a..307e72ac928c25fa1d092652938adedfbff5cf42 100644 GIT binary patch delta 452 zc-lL-kon+3W}X0VW)?065IDARB99`Qa+;&RO4{U&XN0+sBmz{CBqr}K=3oK}&TwQ? z0SYRoZM@&i4iuQ2!eIthrku8U0f)6dNa(J)5ll$bLcs_mWS(UU6ROH$;{*vc6{~=a zLNR~x$zlVj=;r^$I*K46-Ki!pq4cR=ML@0ykm1kFP1g?%;bdUOaO31Z)OJyOitl2gNkfkz+tTq61r<{1QQaqP%r`snP=I;gsQUGI6*>9#VVNQPd-^} z08{wCSVxhGY4v2?sU~d65TW#`UqwK!2$12=%uUx14dG;9#x!HuDrcA(?^jg{fP}Jk z!|h+YyA~{@b4H&j38YVaa{YNWkVwrLV~B_>h9~D95Q*n|0cyVR05s>N-2eap diff --git a/docs/base-css.html b/docs/base-css.html index 9fad87178a..5a2e12748c 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -166,7 +166,8 @@ Wraps abbreviations and acronyms to show the expanded version on hover - Include optional title for expanded text +

Include optional title attribute for expanded text

+ Use .initialism class for uppercase abbreviations. @@ -205,8 +206,9 @@

Example abbreviations

-

Abbreviations are styled with uppercase text and a light dotted bottom border. They also have a help cursor on hover so users have extra indication something will be shown on hover.

-

HTML is the best thing since sliced bread.

+

Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover. This gives users extra indication something will be shown on hover.

+

Add the initialism class to an abbreviation to increase typographic harmony by giving it a slightly smaller text size.

+

HTML is the best thing since sliced bread.

An abbreviation of the word attribute is attr.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 84d48fb1e0..96036d6eee 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -90,7 +90,8 @@ {{_i}}Wraps abbreviations and acronyms to show the expanded version on hover{{/i}} - {{_i}}Include optional title for expanded text{{/i}} +

{{_i}}Include optional title attribute for expanded text{{/i}}

+ {{_i}}Use .initialism class for uppercase abbreviations.{{/i}} @@ -129,8 +130,9 @@

{{_i}}Example abbreviations{{/i}}

-

{{_i}}Abbreviations are styled with uppercase text and a light dotted bottom border. They also have a help cursor on hover so users have extra indication something will be shown on hover.{{/i}}

-

{{_i}}HTML is the best thing since sliced bread.{{/i}}

+

{{_i}}Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover. This gives users extra indication something will be shown on hover.{{/i}}

+

{{_i}}Add the initialism class to an abbreviation to increase typographic harmony by giving it a slightly smaller text size.{{/i}}

+

{{_i}}HTML is the best thing since sliced bread.{{/i}}

{{_i}}An abbreviation of the word attribute is attr.{{/i}}

-- 2.47.2