[dw-free] Control strip needs more wrapping
[commit: http://hg.dwscoalition.org/dw-free/rev/404927f1b70e]
http://bugs.dwscoalition.org/show_bug.cgi?id=1853
Remove nowrap from much of the control strip.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1853
Remove nowrap from much of the control strip.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/controlstrip.css
-------------------------------------------------------------------------------- diff -r f317e7e8391a -r 404927f1b70e htdocs/stc/controlstrip.css --- a/htdocs/stc/controlstrip.css Fri Oct 16 01:49:39 2009 +0000 +++ b/htdocs/stc/controlstrip.css Fri Oct 16 02:15:13 2009 +0000 @@ -114,7 +114,6 @@ html body text-align: left; vertical-align: middle; padding: 0 1em 0 1em; - white-space: nowrap; width: auto; } @@ -124,13 +123,7 @@ html body text-align: left; vertical-align: middle; padding: 0 1em 0 1em; - white-space: nowrap; width: auto; -} - -#lj_controlstrip_actionlinks a -{ - white-space: nowrap; } /* Third cell first line */ --------------------------------------------------------------------------------