From 5f55a590420016fd5c0dcfff68c56792548fde72 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 16 May 2016 21:23:34 -0400 Subject: [PATCH] Updating the standalone phb css --- phb.standalone.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phb.standalone.css b/phb.standalone.css index 5a01e7382..3fd3cc1fe 100644 --- a/phb.standalone.css +++ b/phb.standalone.css @@ -213,14 +213,16 @@ table { .phb ul { margin-bottom: 0.8em; line-height: 1.3em; - list-style-position: inside; + list-style-position: outside; list-style-type: disc; + padding-left: 1.4em; } .phb ol { margin-bottom: 0.8em; line-height: 1.3em; - list-style-position: inside; + list-style-position: outside; list-style-type: decimal; + padding-left: 1.4em; } .phb img { z-index: -1;