From c9c4f95fdc1fc330f2ea3a3c408b333b933a0628 Mon Sep 17 00:00:00 2001 From: kikito Date: Wed, 19 Aug 2015 21:07:17 +0200 Subject: [PATCH] Rename `language` style to locale --- app/assets/stylesheets/participacion.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 00028ac56..88ed47d65 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -186,7 +186,7 @@ header { } } - .language { + .locale { float: none; text-align: center; @@ -196,7 +196,7 @@ header { } .external-links { - @extend .language; + @extend .locale; @media (min-width: 480px) { float: right;