From: Marius Gavrilescu Date: Sat, 28 Feb 2015 14:30:01 +0000 (+0200) Subject: Make list-inline lists more inline X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=2de7df41637956708308dcb00b9eb17d79de724d Make list-inline lists more inline --- diff --git a/css/custom.css b/css/custom.css index 73affe6..6acc795 100644 --- a/css/custom.css +++ b/css/custom.css @@ -71,3 +71,7 @@ ul.inline li:last-child:after { td.user, td.owner { word-break: break-all; } + +ul.list-inline { + display: inline-block; +} \ No newline at end of file