From 393130a16e1fe1cd122aafaeabbdbf9cdbcf0921 Mon Sep 17 00:00:00 2001 From: James Gregory Date: Sun, 19 Jan 2014 13:04:56 +1100 Subject: [PATCH] Some HTML appearance tweaks --- html/book.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html/book.css b/html/book.css index 86339c1..6fee7e1 100644 --- a/html/book.css +++ b/html/book.css @@ -49,11 +49,20 @@ h2 { text-align: center; } +figure { + text-align: center; +} + pre, table { overflow: scroll; width: 100%; } +caption { + font-weight: bold; + margin-bottom: 20px; +} + pre { line-height: 1em; }