diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-05-20 16:38:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-05-20 16:38:19 +0000 |
commit | d79082769a84d82ceca0ea7324a1a9b364268b2b (patch) | |
tree | 57a1ef69fd527f7e835fbd2d11eae52664052da9 /modules/system | |
parent | 2934a3d9bd001fc746456696a818f36f40ed75c7 (diff) | |
download | brdo-d79082769a84d82ceca0ea7324a1a9b364268b2b.tar.gz brdo-d79082769a84d82ceca0ea7324a1a9b364268b2b.tar.bz2 |
- Patch #144919 by dww: hide user picture settings when possible.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index ebe41c55a..7d30a5cca 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -438,3 +438,11 @@ thead div.sticky-header { #clean-url.install { display: none; } + +/* +** For anything you want to hide on page load when JS is enabled, so +** that you can use the JS to control visibility and avoid flicker. +*/ +html.js .js-hide { + display: none; +} |