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;