diff options
author | sstvinc2 <sstvinc2@gmail.com> | 2017-02-15 23:33:56 -0600 |
---|---|---|
committer | sstvinc2 <sstvinc2@gmail.com> | 2017-02-15 23:33:56 -0600 |
commit | 233eb048a9bc2c4b84e1ae6a47de6b088779ee4e (patch) | |
tree | 95681c7f50d434f4b8380f17656135324632c6a6 /html_template | |
parent | 38483987b2389b92ca06ac1b409f358ecd4fa991 (diff) |
Fixed NYT, plus other parsing fixes and a minor visual tweak
Diffstat (limited to 'html_template')
-rw-r--r-- | html_template/unbiased.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html_template/unbiased.css b/html_template/unbiased.css index 86f653a..90c604a 100644 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -69,7 +69,7 @@ a:link, a:visited, a:hover, a:active { vertical-align:top;
text-align:left;
width:360px;
- height:322px;
+ height:352px;
overflow:hidden;
background:#fff;
margin:10px;
|