From 948ae4a05ed43d8d790f1e827b5b4fd436a839f8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2014 16:18:55 +0000 Subject: Simplify the css for inline display and display inline the action items when viewing an issue --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 671cb47..0423c43 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -416,10 +416,6 @@ th.month .ui-button-text { padding-left:1em; } -.inline h2 { - display: inline-block; -} - -.inline a { +.inline h2, .inline a, .inline li{ display: inline-block; } diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 606a7c7..23bf4e7 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -17,7 +17,7 @@
{% endif %} -