[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. b8b80b38f040e0de79858a89c6610ac2d7872697
jesse
jesse at bestpractical.com
Wed Feb 4 10:09:25 EST 2009
The branch, master has been updated
via b8b80b38f040e0de79858a89c6610ac2d7872697 (commit)
via cfd88cc4239cf51fba6d06b42672fe8457fdb028 (commit)
from 46a04e47e42fd5b370ef94b3a6991e981a96b6e3 (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 6 ++++++
t/server.t | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit cfd88cc4239cf51fba6d06b42672fe8457fdb028
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Feb 4 10:08:51 2009 -0500
Fix tests to agree with reality
diff --git a/t/server.t b/t/server.t
index 836d6a2..cd3e9f4 100644
--- a/t/server.t
+++ b/t/server.t
@@ -65,7 +65,7 @@ TODO: {
}
$ua->get_ok( url() );
-like( $ua->content, qr/SD for Your SD Project/ );
+like( $ua->content, qr/for Your SD Project/ );
commit b8b80b38f040e0de79858a89c6610ac2d7872697
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Feb 4 10:09:12 2009 -0500
Minor style fixes for opera
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index ba0068d..d2e7656 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -444,6 +444,12 @@ table.tablesorter tr:nth-child(odd):hover td {
}
+table.tablesorter tr:nth-child(odd) td.summary,
+table.tablesorter tr td.summary {
+ background: none;
+}
+
+
dl.history dt {
border-top: 1px solid #ccc;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list