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
e2b70aff42
Change print stylesheet, fix slight bug with naming
...
Also changed README wording slightly.
2013-10-25 11:39:53 -07:00
Robert Lord
834119ecd8
Add print stylesheet
2013-10-25 11:33:19 -07:00
Robert Lord
26d47b06a0
Fix bug where syntax.css would fail to compile, causing errors
2013-10-21 15:17:35 -07:00
Robert Lord
dc33dfe0a7
Add table of contents footer links feature
...
Now you can add links to the bottom of your table of contents!
Documentation has also been changed to reflect this new
feature.
Please note that if you have a custom variables.scss, you'll have
to merge in this line:
$nav-footer-border-color: #666 ;
2013-10-21 14:09:38 -07:00
Robert Lord
6a22d7c11d
Update SCSS, fix bug where code annotations had wrong font.
2013-10-16 12:45:00 -07:00
Robert Lord
04c0abbcfa
Refactor SCSS for better organization, readability, and customizability.
2013-10-11 15:55:46 -07:00
Robert Lord
e5658f498a
Update copyright year
2013-10-11 11:55:42 -07:00
Robert Lord
91ff8a738a
Add copyright information to source files
2013-10-11 11:28:04 -07:00
Robert Lord
8aa611f77a
Adjust styling of border below h1 tag to be more consistent
2013-10-07 12:30:32 -07:00
Robert Lord
1030376e37
More style fixes and changes
2013-10-01 13:32:30 -07:00
Robert Lord
f7e6117e85
Various style updates and bugfixes
2013-09-27 13:42:57 -07:00
Robert Lord
7ae21ae972
Fix padding bug with blockquotes in the right area.
2013-09-25 10:15:59 -07:00
Robert Lord
fd80b240bd
Make every other table row have a different color
2013-09-24 14:54:42 -07:00
Robert Lord
28f442e529
Add automatic hash generation with redcarpet dev, and change tocify scrollHistory to be compatible with the ids
2013-09-24 12:25:12 -07:00
Robert Lord
7ba798c51d
Overflow fixes and toc horizontal scrollbar fix
2013-09-24 10:35:33 -07:00
Robert Lord
9e84ebf28c
Add margin to bottom of tables
2013-09-24 09:39:19 -07:00
Robert Lord
bc79a655e5
More changes
2013-09-23 10:38:13 -07:00
Robert Lord
6c077ba873
Add stylesheets, javascript, and html for documentation generation
2013-09-17 15:44:08 -07:00
Robert Lord
a1e673e599
Initial commit, with default middleman code
2013-09-13 15:24:31 -07:00