From b4b53cce37f7e12128a2a3b3947acecb893441c1 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sat, 22 Nov 2014 18:28:13 +0100 Subject: [PATCH 1/2] Update README.md Removed info about default styles in css --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index b2b7f448f..3a4c2b703 100644 --- a/README.md +++ b/README.md @@ -69,26 +69,6 @@ Would end up like this: ``` An id is also added to mermaid tags without id. -## Default style - -Set the default styles for the graphics in css: - -``` -text { - font-weight: 300; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; - font-size: 14px; -} -.node rect { - stroke: #999; - fill: #fff; - stroke-width: 1.5px; -} -.edgePath path { - stroke: #333; - stroke-width: 1.5px; -} -``` # A graph example From 2274c925b5727745b3325b8866ba839561974f23 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sat, 22 Nov 2014 18:30:50 +0100 Subject: [PATCH 2/2] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 20eaeacac..11b5aa01f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "0.1.1", + "version": "0.2.0", "authors": [ "knsv " ],