summaryrefslogtreecommitdiff
path: root/assets/css/header.css
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-30 20:09:41 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-30 20:09:41 -0500
commit67eae33fb88e840047a33558de56090d8bcc62fb (patch)
tree171ed3b78f2d62a9dbf19e435277316defd266c8 /assets/css/header.css
parent81df6a36b4b77fcf3f76658d7359fae0d541cf61 (diff)
Improve Markdown css
Diffstat (limited to 'assets/css/header.css')
-rw-r--r--assets/css/header.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/header.css b/assets/css/header.css
index c8b820d1..218d4949 100644
--- a/assets/css/header.css
+++ b/assets/css/header.css
@@ -60,7 +60,8 @@ nav .active a {
.page-header h2 {
margin: 0;
padding: 0;
- font-size: 140%;
+ font-size: 1.4em;
+ font-weight: bold;
border-bottom: 1px dotted #ccc;
}