| commit | 485387faf221edd4660917043f0076f6644b7cc1 | [log] [tgz] |
|---|---|---|
| author | cbrun <cedric.brun@obeo.fr> | Mon Jan 25 17:33:52 2016 +0100 |
| committer | cbrun <cedric.brun@obeo.fr> | Mon Jan 25 17:33:52 2016 +0100 |
| tree | 5dc430715570cb9146f4602ea087de82b505dd28 | |
| parent | 6eb9606a175e88e7abdcf0c88c3a8d2cd95c8612 [diff] |
reduce space in between li
diff --git a/assets/css/docs.css b/assets/css/docs.css index 40f7e48..ab9a080 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css
@@ -248,5 +248,5 @@ li { line-height: 18px; font-size: 16px; - margin-bottom: 24px; + margin-bottom: 10px; }