diff options
author | Matts <s@tuxlite.com> | 2012-02-11 05:53:08 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-11 05:53:08 -0500 |
commit | 7317bd823209a6b81bf6b94e778322dcfdd29812 (patch) | |
tree | 3420baa16c97eb56c5333c8662a5de00a98aa553 /tuxlite_tbs | |
parent | cb3e35a2f7a551b8c59569063644b283ee3ec2c2 (diff) | |
download | pelican-themes-7317bd823209a6b81bf6b94e778322dcfdd29812.tar.gz |
Added margins to 'li' and 'p' elements.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/static/local.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index b574b92..9279b70 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -26,7 +26,8 @@ /* Styling for elements */ body { font-size: 14px; } -p { font-size: 15px; line-height: 1.6em; } +p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } +li { line-height: 1.6em; } /* Styling for articles */ |