Skip to content
Snippets Groups Projects
Commit cc11cb86 authored by bootstraponline's avatar bootstraponline
Browse files

Add css note

#572
parent 6a02643b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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; }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment