[Libreoffice-commits] .: bug/bug

Loic Dachary loic at kemper.freedesktop.org
Tue Sep 20 09:16:05 PDT 2011


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

New commits:
commit 281086219be75da9adaaff794de98a7d4eb25a6f
Author: Loic Dachary <loic at dachary.org>
Date:   Tue Sep 20 18:15:59 2011 +0200

    reduce the width by 10 pixels

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index a49bbdd..5a87c9a 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -32,7 +32,7 @@ body {
 }
 
 .content {
-    width: 900px;
+    width: 890px;
 }
 
 .content > div {
@@ -105,7 +105,7 @@ body {
 .right {
     padding-left: 40px;
     padding-top: 10px;
-    width: 600px;
+    width: 590px;
 }
 
 .right .state {


More information about the Libreoffice-commits mailing list