From 08803ecc602d4345642a8baa6843aff3d28e4d04 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 14 Mar 2016 17:08:10 -0400 Subject: add css hack for nicer instruction descriptions --- doc/txt/txt.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/txt/txt.css') diff --git a/doc/txt/txt.css b/doc/txt/txt.css index 6f11930..bb1bfd9 100644 --- a/doc/txt/txt.css +++ b/doc/txt/txt.css @@ -7,3 +7,16 @@ h3 { background-color: white; padding-left: 0.7em; } + +/* Those two are hacks, they were added + for the Memory section of il.html + */ + +ul { + margin-bottom: 1em; + margin-top: 1em; +} + +ul:last-child { + margin: 0; +} -- cgit 1.4.1