[Bps-public-commit] App-Changeloggr branch, master, updated. 6b88d58c54c8304f676c400d5d7008445391958a
Alex M Vandiver
alexmv at bestpractical.com
Fri Apr 3 00:01:00 EDT 2009
The branch, master has been updated
via 6b88d58c54c8304f676c400d5d7008445391958a (commit)
from 781c16ca965b1957cee40e82dc824d8466bb1e57 (commit)
Summary of changes:
share/web/static/css/app.css | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 6b88d58c54c8304f676c400d5d7008445391958a
Author: Alex Vandiver <alexmv at mit.edu>
Date: Thu Apr 2 23:36:21 2009 -0400
Format hotkeys one-to-a-line
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 612438a..a13f889 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -51,3 +51,19 @@ input.button {
background-position: 10px center;
font-weight: bold;
}
+
+dl.keybindings {
+ margin-top: 0;
+}
+
+dl.keybindings dt {
+ width: 1.5em;
+ clear: left;
+ float: left;
+ display: block;
+}
+
+dl.keybindings dd {
+ float: left;
+ display: block;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list