From 7743dc610ee9991746302e6a591b74c05dcff326 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 4 Jan 2011 13:22:48 +0100 Subject: [PATCH] Link to tolk_locale_path from div#head>span.locale --- app/views/layouts/tolk/application.html.erb | 2 +- public/tolk/screen.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/tolk/application.html.erb b/app/views/layouts/tolk/application.html.erb index 2c69e98..5e8a118 100644 --- a/app/views/layouts/tolk/application.html.erb +++ b/app/views/layouts/tolk/application.html.erb @@ -19,7 +19,7 @@
<%= yield %>
diff --git a/public/tolk/screen.css b/public/tolk/screen.css index 19317a7..12462f9 100644 --- a/public/tolk/screen.css +++ b/public/tolk/screen.css @@ -79,11 +79,13 @@ div#head span.home { } div#head span.locale { - color: #fff; - font-weight: bold; background: #444; } +div#head span.locale a { + color: #fff; +} + div#head span:first-child { padding-left: 12px; -webkit-border-top-left-radius: 10px;