From d3f9196b26bde86a3bd0ce26c02a40f3f6fa6982 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Thu, 2 Jan 2014 11:36:28 +0200 Subject: [PATCH] css: default: add class for inline lists --- css/default.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/css/default.css b/css/default.css index 491e680..24df236 100644 --- a/css/default.css +++ b/css/default.css @@ -18,6 +18,7 @@ h1 { h2 { font-size: 26px; + margin-bottom: -4px; } h3 { @@ -109,6 +110,22 @@ h3.pldate { } */ +.inline-list { + list-style: none; + overflow: hidden; + margin-right: 0; + padding: 0; +} + +.inline-list > li { + display: inline-block; + margin-left: 15px; +} + +.inline-list > li > *{ + display: inline-block; +} + .plitem { margin: 10px 0px 10px 0px; } -- 1.7.10.4