about summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-09 09:38:31 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-09 16:42:15 +0200
commitec18b6e5b6d99cdf0566af2805092ad5bdda9085 (patch)
treefe0f241e8717003ce66fdc3d9d7a9f44ca1b5027 /public
parentimplement some of #12 (diff)
downloadjitterbug-ec18b6e5b6d99cdf0566af2805092ad5bdda9085.tar.gz
show more informations about a task (closes GH #55)
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index bcd6154..378d6f6 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -232,7 +232,6 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m
 .commit .builds span.PASS{color:green}
 .commit .builds span.FAIL{color:red}
 
-
 .repo{border:1px solid #d8d8d8;background-color:#f0f0f0;margin:0;margin:0 0 10px 0;padding:8px 10px 0 10px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
 .repo h3{margin:0;font-size:14px;white-space:nowrap;}
 .repo p.desc{margin:0 0 3px 0;font-size:12px;color:#444;}
@@ -243,6 +242,7 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m
 
 .commit .name{float:left; width: 100%;}
 .commit .name .date{color:#888;font-size:90%;}
+.commit .name .date_started{color:#888;font-size:90%;}
 .commit .name .author{font-weight: bolder;line-height:2em}
 .commit .gravatar{border:1px solid #d0d0d0;padding:2px;background-color:white;float:left;margin-right:.7em;}