From 9e38579f798cbae060e4f2d6a81bcf4d36b9810e Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 3 Jun 2015 07:38:33 -0400 Subject: [PATCH 1/2] Fixed quick reply Yotsuba CSS --- stylesheets/yotsuba.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 345e5adc..aceea4a4 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -105,3 +105,11 @@ table.board-list-table .board-tags .board-cell:hover { table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { background: #ede2d4; } + + +#quick-reply .post-table, #quick-reply td { + border-collapse: collapse; + background: none repeat scroll 0% 0% #f0e0d6; + margin: 0px; + width: 100%; +} \ No newline at end of file From 107b23976dd1c3925092d325322182fe9e2e6e72 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 3 Jun 2015 07:55:37 -0400 Subject: [PATCH 2/2] Quick fix --- stylesheets/yotsuba.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index aceea4a4..c0dcc839 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -106,10 +106,8 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { background: #ede2d4; } - #quick-reply .post-table, #quick-reply td { border-collapse: collapse; background: none repeat scroll 0% 0% #f0e0d6; margin: 0px; - width: 100%; } \ No newline at end of file