From e108b952025a22e4f6782e9860044627fa914aae Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 16 Mar 2014 13:51:30 -0400 Subject: Link syntax help to the official documentation --- assets/css/app.css | 17 +++++++++++++++++ templates/task_edit.php | 2 +- templates/task_new.php | 1 + templates/task_show.php | 4 ++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index df4beb18..8bce328d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -566,6 +566,23 @@ article .task-score { line-height: 1.4em; } +.markdown h1 { + margin-top: 5px; + margin-bottom: 10px; + font-size: 2em; + padding-bottom: 3px; + border-bottom: 1px dotted #000; +} + +.markdown h2 { + text-decoration: underline; +} + +.markdown h3 { + font-weight: bold; + text-decoration: underline; +} + .markdown ol, .markdown ul { margin-left: 25px; diff --git a/templates/task_edit.php b/templates/task_edit.php index eca4537a..07555432 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -28,7 +28,7 @@
-
+
diff --git a/templates/task_new.php b/templates/task_new.php index 30e97a85..88ffd53f 100644 --- a/templates/task_new.php +++ b/templates/task_new.php @@ -28,6 +28,7 @@
+
diff --git a/templates/task_show.php b/templates/task_show.php index 59e00b1b..cc1d9e25 100644 --- a/templates/task_show.php +++ b/templates/task_show.php @@ -68,7 +68,7 @@
-
+
@@ -93,7 +93,7 @@
-
+
-- cgit v1.2.3