[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 63e7985306d48df606e27e65eae9be695e3c0406
jesse
jesse at bestpractical.com
Wed Feb 11 10:32:02 EST 2009
The branch, master has been updated
via 63e7985306d48df606e27e65eae9be695e3c0406 (commit)
from 699dca193171359568731949a3228e0f8f0fa76c (commit)
Summary of changes:
share/web/static/css/main.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 63e7985306d48df606e27e65eae9be695e3c0406
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Feb 11 10:31:54 2009 -0500
Minro style fix for firefox
diff --git a/share/web/static/css/main.css b/share/web/static/css/main.css
index ccfeec2..d04b686 100644
--- a/share/web/static/css/main.css
+++ b/share/web/static/css/main.css
@@ -518,8 +518,10 @@ dl.history dd ul li:nth-child(odd) {
dl.history span.property {
font-weight: bold;
- display: inline-block;
+ display: block;
width: 8em;
+ float: left; /* firefox can't text-align an inline block. nfc why */
+ padding-right: 0.25em;
text-align: right;
overflow: hidden;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list