summary refs log tree commit diff
path: root/public/css/style.css
diff options
context:
space:
mode:
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;}