Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlab committed Dec 30, 2013
1 parent a9cb4f4 commit 979e315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,14 @@ First of all, the summernote editor works on Bootstrap and so it is assumed that
In app/assets/stylesheets/bootstrap_and_override.css.scss,

```
// You can insert the following two code lines if you are using Bootstrap 2
$iconSpritePath: '';
$iconWhiteSpritePath: '';
@import 'bootstrap';
body {padding-top:3em;}
// You can delete the follow code line if you are using Bootstrap 3
@import 'bootstrap-responsive';
```

Expand Down

0 comments on commit 979e315

Please sign in to comment.