From 2c3d1a1f1194292983f4cd93edae9798e0adbdbb Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 22 Jun 2015 16:17:05 -0500 Subject: [PATCH] Update text and styling again --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9af4a1c..2fb5d5b 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,10 @@ .editor-preview h1{ border-bottom:1px solid #ddd; } + + .editor-preview h1{ + border-bottom:1px solid #eee; + } @@ -41,11 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic ## Lists Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `. +### Unordered * Lists are a piece of cake too * They even auto continue as you type * A double enter will end them - +### Ordered 1. Numbered lists... 2. ...work too!