diff options
author | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:01:42 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:01:42 -0500 |
commit | 52b65322b7c03b336f3e836d6200f29233690943 (patch) | |
tree | 1379ccfd84e6c06fb05e2a2d5dc2053024e1bd00 /local.css | |
parent | 7ecfaadbb7ca408a7b8a4f4962e196da398bcbf0 (diff) |
Typography updates
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ *{box-sizing:border-box;} -body{line-height:1.4;} +body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;} img{height:auto;max-width:100%;} h1{font-size:2.2rem;} h2{font-size:1.4rem;} @@ -9,6 +9,7 @@ table tr{border-bottom:1px solid;} table td{padding:8px;} blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} .pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;} +#pagebody h2, #pagebody h3{margin-top:2em;} .pageheader,#pageinfo{padding:1em;} .pageheader .actions, #searchform{right:1em;} #content{margin:1em;} |