Allow the sidebar side to be specified

This commit is contained in:
Arran Cudbard-Bell
2013-02-11 17:57:45 -05:00
parent 2e2e6457c7
commit 21c4b0dd95
7 changed files with 44 additions and 20 deletions
+1 -5
View File
@@ -544,11 +544,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. `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; }
```
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.
## CONTRIBUTE