diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 4e225a1b4..cbdfdef1f 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -215,6 +215,11 @@ } /* generic (end) */ +/* Links that control whether or not something is visible. */ +a.controller { + font-size: 115%; +} + div#docslinks { float: right; border: 1px solid black; @@ -306,7 +311,7 @@ div#docslinks { /** End Comments **/ -.bz_default_hidden { +.bz_default_hidden, .bz_tui_hidden { display: none; } |