diff options
author | Matts <s@tuxlite.com> | 2012-02-11 14:01:34 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-11 14:01:34 -0500 |
commit | dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce (patch) | |
tree | f270bab4344eb32604d8f4ad0b289fd5169ee3ca /tuxlite_tbs/static/local.css | |
parent | 223b93e987e5a19c3681a9517d45b6163e45bcc5 (diff) | |
download | pelican-themes-dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce.tar.gz |
Changed body and p elements to use font-size: 100%.
Diffstat (limited to 'tuxlite_tbs/static/local.css')
-rw-r--r-- | tuxlite_tbs/static/local.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 0401cc7..b8578b0 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -25,8 +25,8 @@ /* Styling for elements */ -body { font-size: 14px; } -p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } +body { font-size: 100%; } +p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } li { line-height: 1.6em; } h3 { margin-top: 2.5em; } |