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 + + +