From: David ‘Bombe’ Roden Date: Sat, 13 Nov 2010 10:18:11 +0000 (+0100) Subject: Inherit font for delete buttons. X-Git-Tag: 0.3-RC1~101 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=134c8785980ae95d8341e16e469208482b6a63fd Inherit font for delete buttons. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index fb7587f..ff56485 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -204,6 +204,7 @@ textarea { background: none; padding: 0px; color: rgb(28, 131, 191); + font: inherit; } #sone .post .delete button:hover, #sone .post .like button:hover, #sone .post .unlike button:hover {