diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 297: Allow the page to be a little less wide to work well on 1080p monitors and unity "stick to side" ...

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

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:37 a.m. UTC
------------------------------------------------------------
revno: 297
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Fri 2011-11-18 16:38:45 +0100
message:
  Allow the page to be a little less wide to work well on 1080p monitors and unity "stick to side" mode.
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 15:37:05 +0000
+++ lava_server/htdocs/css/default.css	2011-11-18 15:38:45 +0000
@@ -52,7 +52,7 @@ 
   height: 100%; /* IE6 */
   height: auto !important; /* good browsers */
   min-height: 100%; /* good browsers */
-  min-width: 960px;
+  min-width: 860px;
 }
 
 /* Header */