From c41a6417fc9d03da2cf156d0f3606358a62fcbb0 Mon Sep 17 00:00:00 2001 From: Lucas Magnum Date: Tue, 13 Jan 2015 13:21:56 -0200 Subject: [PATCH] =?UTF-8?q?Removido=20regras=20que=20impedem=20a=20imagem?= =?UTF-8?q?=20de=20ser=20mostrada=20quando=20a=20resolu=C3=A7=C3=A3o=20?= =?UTF-8?q?=C3=A9=20menor=20que=20768px.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/static/css/custom.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index ee343a07c..03f403195 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -96,9 +96,6 @@ code { .tagline { margin-bottom: -20px; } - .section img { - display: none; - } .google-search { width: 100%; } @@ -115,10 +112,6 @@ code { .tagline { margin-bottom: -10px; } - .section img { - display: none; - width: 30px; - } .publish-github { display: none; }