about summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 15:33:03 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 15:33:03 +0200
commit9c30c03fda53bd5e64a4a2a57622f159e42a3285 (patch)
treeaed9b5be5df9d049187ab9cb92a53aff4a34beb9 /public
parentadd permalink to test result in feed; api can return html for permalink (diff)
downloadjitterbug-9c30c03fda53bd5e64a4a2a57622f159e42a3285.tar.gz
layout and css
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index b4ae038..d035f0e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -32,3 +32,24 @@ pre {
     font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace;
 }
 
+.commits{
+   border:1px solid #bedce7;
+   margin-top:.5em;
+   padding:0 .5em .5em .5em;
+   background:#eaf2f5;
+   overflow:hidden;
+}
+
+#display_test_result {
+   background: black;
+   color: white;
+}
+
+.commits .description {
+   float: left;
+}
+
+.commits .git {
+   float: right;
+}
+