From edb74a20332091049087043c1fa3beb43443772d Mon Sep 17 00:00:00 2001 From: topkek Date: Wed, 5 Nov 2014 22:43:28 +0000 Subject: [PATCH] Add CSS --- stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 548af4a8..e5f504b3 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -309,6 +309,11 @@ div.post_modified div.content-status:first-child { margin-top: 1.3em; } +a.dashed-underline { + text-decoration: none; + border-bottom: 1px dashed; +} + span.trip { color: #228854; }