diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 1107aca..cb0c8fd 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -26,30 +26,6 @@ body { margin-right: auto; } -h1 { - font-size: 2em; -} - -h2 { - font-size: 1.5em; -} - -h3 { - font-size: 1.25em; -} - -h4 { - font-size: 1.17em; -} - -h5 { - font-size: 1em; -} - -h6 { - font-size: .83em; -} - a:link { font-weight: bold; text-decoration: none; @@ -82,8 +58,6 @@ div.header a { } div.content { - font-size: 11pt; - padding: 0 1em; line-height: 1.5em; }