[Rt-commit] rt branch, 4.0/style-nitpicking, updated. rt-4.0.0rc6-22-g222cc60

Thomas Sibley trs at bestpractical.com
Wed Mar 9 17:35:54 EST 2011


The branch, 4.0/style-nitpicking has been updated
       via  222cc604ae59ecf678d9eca9a1866452af7bfd33 (commit)
      from  b9cd32d5f91d7e449a4071bfbe482e24cfb28078 (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/layout.css |    4 +---
 share/html/NoAuth/css/ballard/layout.css |    4 +---
 share/html/NoAuth/css/web2/layout.css    |    4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit 222cc604ae59ecf678d9eca9a1866452af7bfd33
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Mar 9 17:35:15 2011 -0500

    Increase the right padding of #body from 0.5em to 1em
    
    Collapse the padding declarations while we're at it so it's more clear
    what's what.

diff --git a/share/html/NoAuth/css/aileron/layout.css b/share/html/NoAuth/css/aileron/layout.css
index 3009ba0..a7e7ca1 100644
--- a/share/html/NoAuth/css/aileron/layout.css
+++ b/share/html/NoAuth/css/aileron/layout.css
@@ -57,9 +57,7 @@ body {
 
 div#body {
     position: relative;
-    padding: 1em;
-    padding-right: 0.5em;
-    padding-top: 1.8em;
+    padding: 1.8em 1em 1em 1em;
     -moz-border-radius-topleft: 0.5em;
     -webkit-border-top-left-radius: 0.5em;
     -moz-border-radius-bottomleft: 0.5em;
diff --git a/share/html/NoAuth/css/ballard/layout.css b/share/html/NoAuth/css/ballard/layout.css
index d5dd01d..fab185a 100644
--- a/share/html/NoAuth/css/ballard/layout.css
+++ b/share/html/NoAuth/css/ballard/layout.css
@@ -57,9 +57,7 @@ body {
 
 div#body {
     position: relative;
-    padding: 1em;
-    padding-right: 0.5em;
-    padding-top: 3em;
+    padding: 1.8em 1em 1em 1em;
     -moz-border-radius-topleft: 0.5em;
     -webkit-border-top-left-radius: 0.5em;
     -moz-border-radius-bottomleft: 0.5em;
diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index 760f9d8..9a27e82 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -57,9 +57,7 @@ body {
 
 div#body {
     position: relative;
-    padding: 1em;
-    padding-right: 0.5em;
-    padding-top: 1.8em;
+    padding: 1.8em 1em 1em 1em;
     -moz-border-radius-topleft: 0.5em;
     -webkit-border-top-left-radius: 0.5em;
     -moz-border-radius-bottomleft: 0.5em;

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


More information about the Rt-commit mailing list