From 1b79d6dd4519f171df0be4836c599fb47ce221e4 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Tue, 23 May 2017 10:48:08 +0200 Subject: [PATCH] css: make tags slightly more rectangular --- app/assets/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index f164efe..a867e62 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -48,11 +48,11 @@ div.clear { a.tag { background-color: #fffcd7; border: 1px solid #d5d458; - border-radius: 10px; + border-radius: 5px; color: #555; font-size: 8pt; margin-left: 0.25em; - padding: 0px 0.5em 1px 0.5em; + padding: 0px 0.4em 1px 0.4em; text-decoration: none; vertical-align: text-top; }