From 8dfa95838b257e311ce64cd8fdc624e1062c7877 Mon Sep 17 00:00:00 2001 From: Jonathan Sampson Date: Mon, 8 Oct 2012 22:47:37 -0300 Subject: [PATCH] Permit download links to wrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the layout is 320 pixels wide the "Download Builder →" causes the parent SPAN to be too wide. Screenshot: http://i.imgur.com/YrPff.png --- themes/jquery/css/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index b40585f0..b2e01afc 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -2717,6 +2717,8 @@ html.jquery-learning { background: #000 url(../i/learning_bg.jpg) no-repeat cent #site-footer .footer-icon-links li br { display: none; } #site-footer .constrain { padding: 0; } + + #site-footer .download > span { white-space: normal } #site-footer h3, #site-footer h3:after {