Commit graph

2 commits

Author SHA1 Message Date
Christopher Rogers
f2d1387971 Adds search icon
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-10 17:46:39 -07:00
Robert Lord
d3ab3cc4b7 Add asides for nice-looking notes and warnings
You can now use <aside> with the classes

- warning
- success
- notice

to add little colored notes to your API docs! Examples are in
source/index.md.

Also, note that if you have a custom variables.scss, you'll have
to add

+$aside-notice-bg: #8fbcd4;
+$aside-warning-bg: #c97a7e;
+$aside-success-bg: #6ac174;

to it.
2013-10-31 12:26:07 -07:00