Commit graph

12 commits

Author SHA1 Message Date
Christopher Rogers
0ebbae94fe Cleans up some css
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-16 14:11:43 -07:00
Christopher Rogers
0a0e84b8e8 Standardizes search styles
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-15 13:40:45 -05:00
Christopher Rogers
4d568401a3 Improves no results notice and removes highlight and notice on search field blur
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-11 20:36:03 -07:00
Christopher Rogers
535a3b0486 Adds 'no results found' message to search
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-11 18:01:55 -07:00
Christopher Rogers
5892700b5c Fixes toc alignment on search and adds highlight library
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-11 10:27:15 -07:00
Christopher Rogers
59ee05c606 Updates search field markup and style
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-10 17:47:01 -07:00
Christopher Rogers
e669a0d4ac Adds rudimentary search support
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
2014-04-09 18:12:55 -07:00
Robert Lord
35598a4e16 Add styling for horizontal rules 2013-12-31 16:34:19 -08:00
Robert Lord
d744b8a22f Add styling for definition lists 2013-12-20 10:44:14 -08: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
Robert Lord
bdd05b3c0c Fix bug where weird white block could appear at bottom of page.
This bug occured if the final code sample extended beyond the
explanation at the bottom of the page.

To fix it, I simply made the background color of body a soft
blue.
2013-10-31 10:56:54 -07:00
Robert Lord
834119ecd8 Add print stylesheet 2013-10-25 11:33:19 -07:00
Renamed from source/stylesheets/all.css.scss (Browse further)