From dd6c6e540f92c9eb6439021c41ae40ea4e934a9e Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 26 Jan 2012 12:51:49 -0500 Subject: [PATCH] Added styling for alternating wiki history rows. --- sass/_wiki.scss | 8 +++++++- simplewiki_history.html | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sass/_wiki.scss b/sass/_wiki.scss index b26fe2c6ad..aed8d34ef3 100644 --- a/sass/_wiki.scss +++ b/sass/_wiki.scss @@ -129,5 +129,11 @@ div.wiki-wrapper { p { line-height: 1.6em; } + + #wiki_history_table { + tr.dark { + background-color: $light-gray; + } + } } -} +} \ No newline at end of file diff --git a/simplewiki_history.html b/simplewiki_history.html index c5c873ed3b..efeeb95430 100644 --- a/simplewiki_history.html +++ b/simplewiki_history.html @@ -60,10 +60,10 @@ ${ wiki_article.title } %if wiki_prev_page: - trans "Previous page" + Previous page %endif %if wiki_next_page: - "Next page" + Next page %endif