From cc11cb866cee0785cf8e830259a5f3ef6e9049e5 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Thu, 8 Nov 2012 18:51:57 -0700 Subject: [PATCH] Add css note #572 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0624123c..6a072b95 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Gollum optionally takes a `--config file`. See [config.rb](https://github.com/gi ## CUSTOM CSS -The `--css` flag will inject `custom.css` from the root of your git repository into each page. Here's an example of floating the sidebar to the left. +The `--css` flag will inject `custom.css` from the root of your git repository into each page. `custom.css` must be commited to git or you will get a 302 redirect to the create page. Here's an example of floating the sidebar to the left. ```css #wiki-rightbar { float: left !important; }