diff options
author | Bradley Taunt <bt@btxx.org> | 2024-03-28 11:01:59 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-03-28 11:01:59 -0400 |
commit | 3c124645b2d1121f7f059cec10907cef88f3f8df (patch) | |
tree | a174f6d0c69ad86d620b0f928c32302d9e8938c2 | |
parent | 92337001f7c84fd8e640b2721e5225e513c650bf (diff) |
reduce table font size
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ h1,h2,h3,table{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sa h1{font-size:2.2rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} -table{border-collapse:collapse;text-align:left;width:100%;} +table{border-collapse:collapse;font-size:13pt;text-align:left;width:100%;} 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;} |