[dw-nonfree] Tropo: <q> needs to be re-added to the CSS definitions
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/23b0cbbe9fae]
http://bugs.dwscoalition.org/show_bug.cgi?id=814
Add styling for Q, SMALL, and BIG tags.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=814
Add styling for Q, SMALL, and BIG tags.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 64b23167587d -r 23b0cbbe9fae htdocs/stc/tropo/purple.css --- a/htdocs/stc/tropo/purple.css Sun Jul 12 21:38:01 2009 +0000 +++ b/htdocs/stc/tropo/purple.css Sun Jul 12 21:40:41 2009 +0000 @@ -1242,3 +1242,18 @@ div.ContextualPopup div.Inner a, div.Con { background-color: #eee; } + +/* CSS-style some things that users like to use */ + +q { + margin-left: 1em; + font-style: italic; +} + +small { + font-size: smaller; +} + +big { + font-size: larger; +} diff -r 64b23167587d -r 23b0cbbe9fae htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Sun Jul 12 21:38:01 2009 +0000 +++ b/htdocs/stc/tropo/red.css Sun Jul 12 21:40:41 2009 +0000 @@ -1242,4 +1242,19 @@ div.ContextualPopup div.Inner a, div.Con .tagbox_nohist { background-color: #eee; -} \ No newline at end of file +} + +/* CSS-style some things that users like to use */ + +q { + margin-left: 1em; + font-style: italic; +} + +small { + font-size: smaller; +} + +big { + font-size: larger; +} --------------------------------------------------------------------------------