summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 17:56:48 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 17:56:48 +0200
commita68817e3ed9669ba3aba930ef7c8540a74182a34 (patch)
treecea4d15cabb25628633c52d1a6c097022e897bf5 /public/css/style.css
parentsorted builds for feed (diff)
downloadjitterbug-a68817e3ed9669ba3aba930ef7c8540a74182a34.tar.gz
update layout
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css29
1 files changed, 19 insertions, 10 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 6cce1f1..6891697 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -196,26 +196,35 @@ font-size: 10px;
}
pre {
- font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace;
+font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace;
}
.commit{
- border:1px solid #bedce7;
- margin-top:.5em;
- padding:0 .5em .5em .5em;
- background:#eaf2f5;
- overflow:hidden;
+border:1px solid #bedce7;
+margin-top:.5em;
+padding:0 .5em .5em .5em;
+background:#eaf2f5;
+overflow:hidden;
}
.display_test_result {
- background: black;
- color: white;
+background: black;
+color: white;
}
.commit .description {
- float: left;
+float: left;
}
.commit .git {
- float: right;
+float: right;
+}
+
+.git {
+width:18em;padding:.8em 0 .8em 1.2em;border-left:1px solid #bedce7;color:#808080;font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;font-size:.85em;line-height:1.5em;
+}
+
+.message {
+font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
+.message pre{white-space:pre-wrap;word-wrap:break-word;width:40em;}