[Bps-public-commit] App-Changeloggr branch, master, updated. 569ee94b3ee5f6ecc640151439067942a27e6399
Alex M Vandiver
alexmv at bestpractical.com
Tue May 26 18:24:25 EDT 2009
The branch, master has been updated
via 569ee94b3ee5f6ecc640151439067942a27e6399 (commit)
via d73bd6a08c1c4574d82fd53dfb40afe753c5164a (commit)
via 212090d616fba3df9dfe5ed4c01bd52449d06719 (commit)
via 7cfc3e682c74298a501719c1cf6f32b5963944ec (commit)
via 579031d7cf7005da553883747dfaaf479c4e978f (commit)
from 2e48f71c9c42ffdd33c89649eea035d510328df9 (commit)
Summary of changes:
lib/App/Changeloggr/View/Admin.pm | 2 ++
share/web/static/css/app.css | 16 ++--------------
share/web/static/css/change.css | 15 ++++++++++++++-
share/web/static/css/nav.css | 5 +----
4 files changed, 19 insertions(+), 19 deletions(-)
- Log -----------------------------------------------------------------
commit 579031d7cf7005da553883747dfaaf479c4e978f
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue May 26 18:15:01 2009 -0400
Make only admin docs width-constrained
diff --git a/lib/App/Changeloggr/View/Admin.pm b/lib/App/Changeloggr/View/Admin.pm
index 4bb9e36..7268616 100644
--- a/lib/App/Changeloggr/View/Admin.pm
+++ b/lib/App/Changeloggr/View/Admin.pm
@@ -145,6 +145,7 @@ sub edit_links {
my $links = $changelog->commit_links;
p {
+ { class is "admin docs" };
outs_raw <<'EOT';
<em>Links</em> allow you to hyperlink changelog bodies to arbitrary
@@ -189,6 +190,7 @@ sub edit_tags {
my $tags = $changelog->visible_tags;
p {
+ { class is "admin docs" };
outs_raw <<'EOT';
<em>Tags</em> are the primary way in which changelogs are categorized.
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index f110cc9..c6ae953 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -70,6 +70,6 @@ hr {
float: none;
}
-p {
+p.admin.docs {
width: 40em;
-}
\ No newline at end of file
+}
commit 7cfc3e682c74298a501719c1cf6f32b5963944ec
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue May 26 18:15:58 2009 -0400
Move change props to the right file
diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index c6ae953..c093c5f 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -58,18 +58,6 @@ hr {
border-bottom: 1px dashed #333;
}
-.change .identifier {
- font-size: .6em;
- float: right;
- color: #777;
-}
-
-.identifier a.external_source {
- color: #777;
- text-decoration: none;
- float: none;
-}
-
p.admin.docs {
width: 40em;
}
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 05dd401..ac3d703 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -62,3 +62,15 @@ iframe.external_source {
width: 100%;
height: 300px;
}
+
+.change .identifier {
+ font-size: .6em;
+ float: right;
+ color: #777;
+}
+
+.identifier a.external_source {
+ color: #777;
+ text-decoration: none;
+ float: none;
+}
commit 212090d616fba3df9dfe5ed4c01bd52449d06719
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue May 26 18:16:31 2009 -0400
Move identifier up a bit
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index ac3d703..6d48538 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -64,6 +64,7 @@ iframe.external_source {
}
.change .identifier {
+ margin-top: -.2em;
font-size: .6em;
float: right;
color: #777;
commit d73bd6a08c1c4574d82fd53dfb40afe753c5164a
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue May 26 18:23:40 2009 -0400
Left gutter is now done on #content
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 6d48538..aeec71a 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -36,7 +36,7 @@ dl.keybindings dd {
.change {
background: #224;
border: 5px solid #000;
- margin: 1em 20em 1em 1em;
+ margin: 1em;
padding: 1em;
}
commit 569ee94b3ee5f6ecc640151439067942a27e6399
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue May 26 18:24:05 2009 -0400
Left-align menus, and ensure they don't wrap on whitespace
diff --git a/share/web/static/css/nav.css b/share/web/static/css/nav.css
index 0f77c46..6a3c2be 100644
--- a/share/web/static/css/nav.css
+++ b/share/web/static/css/nav.css
@@ -2,14 +2,10 @@
padding-top: 1em;
background-color: #000;
border-bottom: 1px solid #445;
- padding-right: 10em;
}
#navigation ul.menu {
margin: 0;
- margin-left: auto;
- margin-right: auto;
- max-width: 800px;
text-align: left;
list-style-type: none;
padding: 3px 10px 3px 10px;
@@ -17,6 +13,7 @@
#navigation ul.menu li {
display: inline;
+ white-space: nowrap;
}
#navigation ul.menu li.active .title {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list