[Libreoffice-commits] .: 2 commits - bug/bug
Loic Dachary
loic at kemper.freedesktop.org
Wed Sep 21 02:17:33 PDT 2011
bug/bug/bug.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit b1c03236d93571c67b39fa85dfb9d1843a37d20f
Author: Loic Dachary <loic at dachary.org>
Date: Wed Sep 21 11:10:57 2011 +0200
remove spurious float: right in component that was probably causing trouble with ie8
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 77a9133..1f96154 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -286,7 +286,6 @@ body {
width: 210px;
height: 160px;
background: url('images/comment.png') no-repeat;
- float: right;
padding: 5px 10px;
font-size: 12px;
}
commit bf1ff76ed609f365ac382d28ff7893934939646d
Author: Loic Dachary <loic at dachary.org>
Date: Wed Sep 21 11:08:06 2011 +0200
vertical center subject line
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index 06bda0b..77a9133 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -350,7 +350,7 @@ body {
.state_description .subject-input input {
background: url('images/subject.png') no-repeat;
- height: 38px;
+ height: 28px;
width: 328px;
border: 0;
padding: 5px;
More information about the Libreoffice-commits
mailing list