From: Thomas Citharel Date: Fri, 24 Jun 2016 10:07:45 +0000 (+0200) Subject: uniformize tags on article view too X-Git-Tag: 2.1.0~67^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=eef833d644f90518c712eccac7805d99562fd263;p=github%2Fwallabag%2Fwallabag.git uniformize tags on article view too --- diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index cfc77d06..053dfd91 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -487,12 +487,13 @@ main ul.row { #article aside #list { float: right; - margin-right: 15px; + margin: 0 15px 10px; } #article aside .chip { - background-color: #039be5; + background-color: rgba(0,151,167,0.85); color: #fff; + padding: 0 15px 0 10px; } #article aside .chip i {