diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-14 17:08:10 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-14 17:08:10 -0400 |
commit | 08803ecc602d4345642a8baa6843aff3d28e4d04 (patch) | |
tree | ae1bda95182a0a5d13d0eec824c30921d9fc7f5c /doc | |
parent | 69e051ae4eb3890658f3b812174dfb085a4c0533 (diff) | |
download | roux-08803ecc602d4345642a8baa6843aff3d28e4d04.tar.gz |
add css hack for nicer instruction descriptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/txt/txt.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} |