[Bps-public-commit] App-Changeloggr branch, master, updated. a3e7bf4c4b22bbff00697e6df1dad98567dafd7f
Alex M Vandiver
alexmv at bestpractical.com
Wed May 27 18:54:52 EDT 2009
The branch, master has been updated
via a3e7bf4c4b22bbff00697e6df1dad98567dafd7f (commit)
from 2626a2e3feb34eb2decf92087973f5beb4c1b42a (commit)
Summary of changes:
share/web/static/css/change.css | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a3e7bf4c4b22bbff00697e6df1dad98567dafd7f
Author: Alex Vandiver <alexmv at mit.edu>
Date: Wed May 27 18:54:44 2009 -0400
More keybindings adjustments
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index a00490b..c61dc85 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -29,12 +29,21 @@ dl.keybindings {
dl.keybindings dt {
clear: left;
float: left;
- display: block;
+ text-align: right;
+ font-family: monospace;
+ font-size: 125%;
+}
+
+dl.keybindings dt:after {
+ content: "";
+}
+
+dl.keybindings dd:before {
+ content: " - ";
}
dl.keybindings dd {
float: left;
- display: block;
}
.change_message {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list