From 341ba122d542efc402507152a870b3a7c5affaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 31 Jul 2014 10:59:12 +0200 Subject: [PATCH] Merge a duplicate rule --- app/styles/layout/us-detail.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index f78f9cfb..51129ce5 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -104,9 +104,6 @@ } .us-content { - textarea { - background: $white; - } ul { margin-left: 1rem; } @@ -117,6 +114,7 @@ color: $green-taiga; } textarea { + background: $white; height: 10rem; margin-bottom: 2rem; }