From 05e1568f8c3ca5d448929ec43f71ac9167667acb Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 12 Feb 2012 11:25:06 +0100 Subject: [PATCH] Add tiny little javascript to toggle visibility of the list of changes --- buildsite.css | 4 ++++ index.php | 5 +++-- lib/Layout.php | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/buildsite.css b/buildsite.css index 6df1a60..6f08095 100644 --- a/buildsite.css +++ b/buildsite.css @@ -4,6 +4,10 @@ html { background-color: #1e1e1e; } +image { + border: none; +} + body { padding: 0; margin: 0; diff --git a/index.php b/index.php index a2ba3c4..101b7b2 100644 --- a/index.php +++ b/index.php @@ -82,9 +82,10 @@ Function print_build($current, $next) Build Log "; if ($next) { - print ''; + print ' + Show changes >>"; } } diff --git a/lib/Layout.php b/lib/Layout.php index 6197a94..3028629 100644 --- a/lib/Layout.php +++ b/lib/Layout.php @@ -38,6 +38,30 @@ class Layout Singularity Viewer Automated Build System + + +