[Bps-public-commit] Path-Dispatcher-Debugger branch, master, updated. 7c65d2d5d4526f1553a8e9536007c8311b8e1a5d
sartak at bestpractical.com
sartak at bestpractical.com
Wed Dec 23 15:51:03 EST 2009
The branch, master has been updated
via 7c65d2d5d4526f1553a8e9536007c8311b8e1a5d (commit)
from 2a7fb8691b2854dd96b822d5933642d43043bfae (commit)
Summary of changes:
lib/Path/Dispatcher/Debugger/View.pm | 8 ++++++++
share/path-dispatcher-debugger.css | 4 ++++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 share/path-dispatcher-debugger.css
- Log -----------------------------------------------------------------
commit 7c65d2d5d4526f1553a8e9536007c8311b8e1a5d
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 23 15:50:46 2009 -0500
Style completions a nice earthy green
diff --git a/lib/Path/Dispatcher/Debugger/View.pm b/lib/Path/Dispatcher/Debugger/View.pm
index 06ee39e..06ed3f3 100644
--- a/lib/Path/Dispatcher/Debugger/View.pm
+++ b/lib/Path/Dispatcher/Debugger/View.pm
@@ -13,6 +13,14 @@ sub page (&;@) {
body {
head {
title { blessed($debugger) };
+ link {
+ attr {
+ rel => 'stylesheet',
+ type => 'text/css',
+ href => '/static/path-dispatcher-debugger.css',
+ }
+ };
+
for my $file ('jquery-1.2.6.js', 'path-dispatcher-debugger.js') {
script {
attr {
diff --git a/share/path-dispatcher-debugger.css b/share/path-dispatcher-debugger.css
new file mode 100644
index 0000000..9200f87
--- /dev/null
+++ b/share/path-dispatcher-debugger.css
@@ -0,0 +1,4 @@
+.completion {
+ color: #009900;
+ font-weight: bold;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list