From 51f26454ecd345bf28f79a58e44892f1ce7c0597 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 07 2014 17:18:13 +0000 Subject: Adjust the css of code_table to have the appropriate background color and default width --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 9940e98..15f09d4 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -460,12 +460,16 @@ th.month .ui-button-text { background-position: 0px 50%; } +.code_table { + background: #f8f8f8; + min-width: 100%; +} + .code_table tr td{ - padding:0; - padding-right:5px; + padding: 0; } .code_table tr td pre{ - padding:0; - margin:0; + padding: 0; + margin: 0; }