diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 294: Make the whole page at least 960px wide

Message ID 20111129093714.13982.9084.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:37 a.m. UTC
------------------------------------------------------------
revno: 294
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Fri 2011-11-18 15:54:14 +0100
message:
  Make the whole page at least 960px wide
  
  This fixes odd sizing overflows and makes sure that the core pieces have enough
  space.
modified:
  lava_server/htdocs/css/default.css


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/htdocs/css/default.css'
--- lava_server/htdocs/css/default.css	2011-11-18 13:57:11 +0000
+++ lava_server/htdocs/css/default.css	2011-11-18 14:54:14 +0000
@@ -52,6 +52,7 @@ 
   height: 100%; /* IE6 */
   height: auto !important; /* good browsers */
   min-height: 100%; /* good browsers */
+  min-width: 960px;
 }
 
 /* Header */