From 26e8742fad30ff4be497ac479de6cb3d2b563777 Mon Sep 17 00:00:00 2001 From: Meow J Date: Tue, 5 Jul 2016 18:58:18 +0800 Subject: [PATCH] Fix list items packing together --- docs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/css/style.css b/docs/css/style.css index 157dc1e..bb708ed 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -17,6 +17,10 @@ h1, h2 { line-height: 180%; } +.col-md-9 li { + margin-bottom: 3px; +} + table td, table th { font-size: 100% !important; }