[Libreoffice-commits] .: bug/bug

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


 bug/bug/bug.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1d4453433f332c4a0e2f7333c13b0af94ed07ef6
Author: Loic Dachary <loic at dachary.org>
Date:   Tue Sep 20 18:20:19 2011 +0200

    background set to white so that the libreoffice gradient is not visible

diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 5a87c9a..42eb58c 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -1,5 +1,6 @@
 body {
     margin: 0;
+    background-color: #fff;
     height: 1024px;
     font-family: helvetica, arial;
 }


More information about the Libreoffice-commits mailing list