api_docs/source/stylesheets
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
..
icon-font.scss Add asides for nice-looking notes and warnings 2013-10-31 12:26:07 -07:00
normalize.css Initial commit, with default middleman code 2013-09-13 15:24:31 -07:00
print.css.scss Change print stylesheet, fix slight bug with naming 2013-10-25 11:39:53 -07:00
screen.css.scss Add asides for nice-looking notes and warnings 2013-10-31 12:26:07 -07:00
syntax.css.scss.erb Fix bug where syntax.css would fail to compile, causing errors 2013-10-21 15:17:35 -07:00
variables.scss Add asides for nice-looking notes and warnings 2013-10-31 12:26:07 -07:00