From aabbb4461e9a9ce865ef59e19677ada9ab5385e9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 9 Jan 2014 23:05:09 +0200 Subject: [PATCH] Blog Plugin as a part of Monstra CMS - Layout Updates #188 --- public/themes/default/css/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index b376ca2..614c578 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -20,6 +20,7 @@ body { color:red; } +/* Flat UI */ .form-control, .btn, .dropdown-menu, @@ -36,6 +37,7 @@ code { text-shadow: none; } +/* Blog */ .monstra-blog-title { margin-bottom: 0; } @@ -47,4 +49,8 @@ code { .monstra-blog-post { margin-bottom: 10px; margin-top: 10px; +} + +a.monstra-blog-tag { + text-decoration: none; } \ No newline at end of file