From cb76f807528d3ed4f85049f2bb6c13766818a5bd Mon Sep 17 00:00:00 2001 From: Chaiwat Suttipongsakul Date: Wed, 30 Jan 2019 14:33:19 +0700 Subject: [PATCH] fix older-link position --- sass/base_theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 38ef7f6..b878a19 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -44,6 +44,7 @@ a:hover { text-decoration: none; padding: 3px; } +.older-link { float: left } .newer-link { float: right } .clear { clear: both; } .remote-follow-button {