diff options
author | Matt <s@tuxlite.com> | 2013-05-18 07:56:30 +0000 |
---|---|---|
committer | Matt <s@tuxlite.com> | 2013-05-18 07:56:30 +0000 |
commit | e966af053d5c99ef22431264b3a645fac9c63785 (patch) | |
tree | c895a7955bbd344ca435bf0e08d4ce03d688ca7a | |
parent | c26dfa553824d59237704eb09f07c777c8e0f627 (diff) | |
download | pelican-themes-e966af053d5c99ef22431264b3a645fac9c63785.tar.gz |
Use hanging indents for lists. Pad articles to preserve viewing area.
-rw-r--r-- | tuxlite_zf/static/css/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index fe6a0a4..57611dc 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -5,9 +5,7 @@ ol li ul, ol li ol { margin-bottom: 1.25em;
}
-ul, ol, dl {
-list-style-position: inside;
-}
+article { padding-left:1em; }
/* Base.html - top navigation */
|