From ee686d5a8618868739ed385871e8287be5ce5541 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 19 Aug 2015 22:46:50 -0400 Subject: [PATCH] css is only good when it works (never) --- contrib/static/site.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 5fbcb88..49d0336 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -93,7 +93,6 @@ a:visited { padding: 5px 5px; margin: 5px 5px; display: inline-block; - border-radius: 10px; } th { @@ -165,7 +164,7 @@ pre > p { margin: 0px 0px; } -.reply , .post_body > pre { +.reply , .post_body > pre , .ukko_thread_header { padding: 7px 7px; border-radius: 5px; box-shadow: 1px 1px 3px black;