[ooo-build-commit] .: css/style.css

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Mar 22 13:42:11 PDT 2010


 css/style.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5bf2be7dfea307da3c7a0c3270da013ce0dccb58
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Mar 22 16:41:02 2010 -0400

    Made the width of the div.pre items wider.
    
    This is to prevent line breaks in those command windows on the
    Developers page.

diff --git a/css/style.css b/css/style.css
index 2f26e36..6f39be6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -27,8 +27,8 @@ div.pre {
     margin-bottom:18px;
     background:#eee;
     border:1px solid #ddd;
-    padding:16px;
-    width: 30em;
+    padding:12px;
+    width: 38em;
 }
 
 #download {


More information about the ooo-build-commit mailing list