From e2b70aff42288626dfa17dfefb57346670a56d81 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 25 Oct 2013 11:38:32 -0700 Subject: [PATCH] Change print stylesheet, fix slight bug with naming Also changed README wording slightly. --- README.md | 2 +- source/stylesheets/print.css.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b72397b..a7abc49 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Slate helps you create beautiful single-page API documentation. Think of it as a Features ------------ -* **Clean, intuitive design** — with Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by [Stripe's](https://stripe.com/docs/api) and [Paypal's](https://developer.paypal.com/webapps/developer/docs/api/) API docs. In addition to the design you see on screen, Slate comes with a print stylesheet, so your users can easily print out your documentation as a hard copy for reference. +* **Clean, intuitive design** — with Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by [Stripe's](https://stripe.com/docs/api) and [Paypal's](https://developer.paypal.com/webapps/developer/docs/api/) API docs. In addition to the design you see on screen, Slate comes with a print stylesheet, so your docs look great on paper. * **Everything on a single page** — gone are the days where your users had to search through a million pages to find what they wanted. Slate puts the entire documentation on a single page. We haven't sacrificed linkability, though. As you scroll, your browser's hash will update to the nearest header, so it's insanely easy to link to a particular point in the documentation. diff --git a/source/stylesheets/print.css.scss b/source/stylesheets/print.css.scss index 4d44642..3f04a04 100644 --- a/source/stylesheets/print.css.scss +++ b/source/stylesheets/print.css.scss @@ -24,7 +24,7 @@ $print-color-light: #ccc; $print-font-size: 12px; body { - @extend %body-font; + @extend %default-font; } .tocify, .toc-footer {