[Bps-public-commit] App-Changeloggr branch, master, updated. 57a83f87f575e76e33b9d18cfe7ae6f5be880a38
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 20 17:12:23 EDT 2009
The branch, master has been updated
via 57a83f87f575e76e33b9d18cfe7ae6f5be880a38 (commit)
from ecd93750b9d0224f5326673ac7975850caef72b4 (commit)
Summary of changes:
share/web/static/css/change.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 57a83f87f575e76e33b9d18cfe7ae6f5be880a38
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 17:12:06 2009 -0400
Make the layout a little better for horribly long tag names.. maybe
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 7761005..47ae63e 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -10,7 +10,8 @@ input.button.vote {
div#keybindings {
position: absolute;
top: 100px;
- right: 4em;
+ right: 9em;
+ max-width: 9em;
}
dl.keybindings {
@@ -35,7 +36,7 @@ dl.keybindings dd {
.change {
background: #224;
border: 5px solid #000;
- margin: 1em 10em 1em 1em;
+ margin: 1em 20em 1em 1em;
padding: 1em;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list