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