From 4de092f378d72e10e06e5b645c39f2250f43419e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 17 2016 16:19:50 +0000 Subject: Make the git blame view a little prettier --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 402da4b..4dcc17c 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -560,6 +560,10 @@ th[data-sort] { display: none; } +.code_table .cell_commit{ + padding-left:0.5em; +} + /*Our specific responsive overrides*/ @media (min-width:544px) {