From aec1bd30a4ca613db70ca3b8cab215fd800cbd59 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 19 Apr 2013 11:00:39 -0400 Subject: [PATCH] shape: fixes header --- docs/shape.html | 3 +++ docs/stylesheets/example.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/shape.html b/docs/shape.html index e6142e1f9..9762bb90d 100755 --- a/docs/shape.html +++ b/docs/shape.html @@ -96,6 +96,9 @@ +
+ +
diff --git a/docs/stylesheets/example.css b/docs/stylesheets/example.css index e1ea6dd9b..227853741 100755 --- a/docs/stylesheets/example.css +++ b/docs/stylesheets/example.css @@ -143,6 +143,9 @@ a:hover { list-style-type: decimal; margin: 0px 0px 10px; } +#example ol li a { + font-weight: bold; +} #example .list { list-style-position: inside; margin: 10px 0px 40px;