From b052c555f6ad91eb00546243c3f3e673ab119e97 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 07 2014 23:56:38 +0000 Subject: Specify the size of the cell1 column in code_table --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 10bfd17..8e665e7 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -474,6 +474,11 @@ th.month .ui-button-text { margin: 0; } +.code_table tr .cell1{ + width: 20px; +} + + .git_links { padding-top: 3em; }