From 715ffe00f4219682a99f02ddf352909a59601dd7 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 22:43:47 +0100 Subject: small style improvements. more button added --- app/views/custom/partials/_article.html.erb | 2 +- config/locales/de.yml | 1 + config/locales/en.yml | 1 + public/stylesheets/ccc.css | 8 ++++---- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 4f772ae..433c31c 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb @@ -3,5 +3,5 @@
<%= date_for_page page %>, <%= author_for_page page %>
-

<%= page.abstract %>

+

<%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %>

\ No newline at end of file diff --git a/config/locales/de.yml b/config/locales/de.yml index 2724b11..2663948 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -2,6 +2,7 @@ # by Clemens Kofler (clemens@railway.at) de: + more: "mehr …" images: Bilder sponsors: Sponsoren show_tag_headline: "Seiten mit dem Tag:" diff --git a/config/locales/en.yml b/config/locales/en.yml index a565ffe..81fa48e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2,6 +2,7 @@ # See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: + more: "more …" images: images sponsors: sponsors hello: "Hello world" diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index a78d3eb..1066bde 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -36,16 +36,16 @@ pre { /*------------------links-------------------*/ a { - color: #535353; - text-decoration: underline; + color: #F8921E; + text-decoration: none; } a:visited { - color: #535353; + color: #5b8ca7; } a:hover { - color: #F8921E; + color: #5b8ca7; } /*------------------headlines-------------------*/ -- cgit v1.3