From 56912ffb491c05402ac78f7fe665ad427c668a29 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 14 Sep 2009 16:40:00 -0400 Subject: pretty up layout a bit --- israwhidebroken/static/css/layout.css | 17 +++++++++++++++++ israwhidebroken/templates/index.html | 12 ++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/israwhidebroken/static/css/layout.css b/israwhidebroken/static/css/layout.css index d5a37ca..76a86fb 100644 --- a/israwhidebroken/static/css/layout.css +++ b/israwhidebroken/static/css/layout.css @@ -32,6 +32,23 @@ a[name] { padding-left: 20px; } +table#results { + margin: auto; + border-spacing: 0; + border-top: 1px solid #000; +} +table#results td { + border-bottom: 1px solid #000; + background-color: #ddd; + padding: 10px 10px; +} +table#results td.pass { + background-color: #9f9; +} +table#results td.fail { + background-color: #f99; +} + #fedora-header { background-color: #fff; height: 62px; diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html index facc4db..ca9bca8 100644 --- a/israwhidebroken/templates/index.html +++ b/israwhidebroken/templates/index.html @@ -12,12 +12,12 @@ -
    -
  1. - ${test.name}: NONE - change result -
  2. -
+ + + + + +
${test.name}${result}change result
delete this tree
-- cgit