Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-08-28 13:36:24 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-08-28 13:36:24 +0300
commitac1570a4b8b1229d0ff51edfeddd3eef991e51bc (patch)
tree91eeb997cc64fa230f05593bc829eea6c21ee904 /static
parentf0255a38759838efabd9bc8e44cafcd3fcdfa4cd (diff)
Adopts .PrevPage/.NextPage for article footer links
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 676124b..37d2453 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -404,11 +404,11 @@ nav#article-skip {
}
.next {
- text-align: right;
+ text-align: left;
}
.prev {
- text-align: left;
+ text-align: right;
}
.top {