Skip to content

Commit

Permalink
Merge pull request #84 from adl/hide-ctb
Browse files Browse the repository at this point in the history
Hide the cell toolbar in presentations (Fixes #39)
  • Loading branch information
damianavila committed Mar 21, 2015
2 parents 7189fb3 + 67c92cc commit ab8894e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions livereveal/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ div#notebook-container {
.notebook_app {
background-color: #ffffff;
}
.ctb_global_show div.ctb_hideshow.ctb_show {
display: none;
}
.cell li {
line-height: 160%;
}
Expand Down

0 comments on commit ab8894e

Please sign in to comment.