changeset 106:65d41e16d1e0

css (blog): small adjustment on bottom links margin/padding
author Goffi <goffi@goffi.org>
date Mon, 22 Jan 2018 22:02:33 +0100
parents 490114e3d9e2
children eabfb53f7777
files default/static/blog.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/default/static/blog.css	Mon Jan 22 22:02:02 2018 +0100
+++ b/default/static/blog.css	Mon Jan 22 22:02:33 2018 +0100
@@ -111,12 +111,13 @@
 
 .bottom_links a {
     display: inline-block;
+    margin-top: 1em;
+    padding: 0.2em;
     text-decoration: None;
     color: inherit;
     font-variant: small-caps;
     background: rgba(200,200,200,0.6);
     border-radius: 0.5em;
-    padding: 0.2em;
 }
 
 .bottom_links a:hover {