[Bps-public-commit] App-Changeloggr branch, master, updated. 3dcc549090d011ba94a6fd1a33ff1cfa6da3298d

sartak at bestpractical.com sartak at bestpractical.com
Wed May 20 16:23:16 EDT 2009


The branch, master has been updated
       via  3dcc549090d011ba94a6fd1a33ff1cfa6da3298d (commit)
      from  0ca07232c39f9ea982161312b5901ef4665ba9a8 (commit)

Summary of changes:
 share/web/static/css/app.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 3dcc549090d011ba94a6fd1a33ff1cfa6da3298d
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 16:23:04 2009 -0400

    Don't use percentages for margins, widths, etc

diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 1714d30..a17ef79 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -8,8 +8,8 @@ body {
 }
 
 #content {
-  margin-left: 5%;
-  margin-right: auto;
+  margin-left: 45px;
+  margin-right: 90px;
   padding-right: 10em;
   background: #112;
   color: #ddd;
@@ -63,6 +63,6 @@ hr {
 div#keybindings {
     position: absolute;
     top: 100px;
-    left: 88%;
-    max-width: 12%;
+    right: 80px;
+    max-width: 78px;
 }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list