summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/custom/partials/_article.html.erb2
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
-rw-r--r--public/stylesheets/ccc.css8
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 @@
3 <div class="author_and_date"> 3 <div class="author_and_date">
4 <%= date_for_page page %>, <%= author_for_page page %> 4 <%= date_for_page page %>, <%= author_for_page page %>
5 </div> 5 </div>
6 <p class="excerpt"><%= page.abstract %></p> 6 <p class="excerpt"><%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %></p>
7</div> \ No newline at end of file 7</div> \ 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 @@
2# by Clemens Kofler (clemens@railway.at) 2# by Clemens Kofler (clemens@railway.at)
3 3
4de: 4de:
5 more: "mehr …"
5 images: Bilder 6 images: Bilder
6 sponsors: Sponsoren 7 sponsors: Sponsoren
7 show_tag_headline: "Seiten mit dem Tag:" 8 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 @@
2# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. 2# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3 3
4en: 4en:
5 more: "more …"
5 images: images 6 images: images
6 sponsors: sponsors 7 sponsors: sponsors
7 hello: "Hello world" 8 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 {
36/*------------------links-------------------*/ 36/*------------------links-------------------*/
37 37
38a { 38a {
39 color: #535353; 39 color: #F8921E;
40 text-decoration: underline; 40 text-decoration: none;
41} 41}
42 42
43a:visited { 43a:visited {
44 color: #535353; 44 color: #5b8ca7;
45} 45}
46 46
47a:hover { 47a:hover {
48 color: #F8921E; 48 color: #5b8ca7;
49} 49}
50 50
51/*------------------headlines-------------------*/ 51/*------------------headlines-------------------*/