[Bps-public-commit] App-Changeloggr branch, master, updated. e077aa0f01209faea84eccf77137c3ba1fa18a78
sartak at bestpractical.com
sartak at bestpractical.com
Wed May 20 17:05:14 EDT 2009
The branch, master has been updated
via e077aa0f01209faea84eccf77137c3ba1fa18a78 (commit)
via 67e4900f07c247bf2a252aa92430b605762ccc5e (commit)
from 30f99cc40aab2046027441223e6a0f43ccd3060b (commit)
Summary of changes:
share/web/static/css/app.css | 9 +--------
share/web/static/css/change.css | 11 ++++++++---
2 files changed, 9 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 67e4900f07c247bf2a252aa92430b605762ccc5e
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 17:03:24 2009 -0400
Make the change be limited in width, not all content
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 72abae6..87e1702 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -8,9 +8,7 @@ body {
}
#content {
- margin-left: 45px;
- margin-right: 90px;
- padding-right: 10em;
+ padding-left: 2em;
background: #112;
color: #ddd;
margin-top: 2em;
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index ee32f81..887774f 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -29,9 +29,9 @@ dl.keybindings dd {
.change {
background: #224;
- margin: 1em;
- padding: 1em;
border: 5px solid #000;
+ margin: 1em 10em 1em 1em;
+ padding: 1em 10em 1em 1em;
}
ul.change_metadata {
commit e077aa0f01209faea84eccf77137c3ba1fa18a78
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed May 20 17:05:03 2009 -0400
keybindings style fixes
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 87e1702..1699ea8 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -57,8 +57,3 @@ hr {
border-bottom: 1px dashed #333;
}
-div#keybindings {
- position: absolute;
- top: 100px;
- right: 80px;
-}
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 887774f..10a8848 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -7,12 +7,17 @@ input.button.vote {
margin: 0.3em;
}
+div#keybindings {
+ position: absolute;
+ top: 100px;
+ right: 4em;
+}
+
dl.keybindings {
margin-top: 0;
}
dl.keybindings dt {
- width: 1.5em;
clear: left;
float: left;
display: block;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list