[Bps-public-commit] App-Changeloggr branch, master, updated. 4fe39de7e78466021f1f3af500d44387176f77b7
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 20 16:09:09 EDT 2009
The branch, master has been updated
via 4fe39de7e78466021f1f3af500d44387176f77b7 (commit)
from 27564e4a1ebbf40d4b7e9f248ee8aa8ce62240d1 (commit)
Summary of changes:
share/web/static/css/app.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4fe39de7e78466021f1f3af500d44387176f77b7
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 16:08:47 2009 -0400
Make the layout wider if you've got the space
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index a9aeff4..e2b642a 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -13,7 +13,7 @@ body {
padding-right: 10em;
background: #112;
color: #ddd;
- max-width: 800px;
+ width: 80%;
margin-top: 2em;
}
@@ -63,5 +63,5 @@ hr {
div#keybindings {
position: absolute;
top: 100px;
- right: 10px;
+ left: 90%;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list