mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-10-16 02:15 am

[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 [staff profile] denise.

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 */
--------------------------------------------------------------------------------