aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorMatts <s@tuxlite.com>2012-02-11 14:01:34 -0500
committerMatts <s@tuxlite.com>2012-02-11 14:01:34 -0500
commitdc51c2c8da3d3c8570ffcdee11f01544ec1c90ce (patch)
treef270bab4344eb32604d8f4ad0b289fd5169ee3ca /tuxlite_tbs
parent223b93e987e5a19c3681a9517d45b6163e45bcc5 (diff)
downloadpelican-themes-dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce.zip
pelican-themes-dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce.tar.gz
pelican-themes-dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce.tar.bz2
Changed body and p elements to use font-size: 100%.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/static/local.css4
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; }