Skip to content

Commit

Permalink
override some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Sep 18, 2011
1 parent 633df00 commit 32429d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions landslide.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
source = slides/ source = slides/
destination = index.html destination = index.html
embed = true embed = true
theme = light
css = slides/override.css
22 changes: 22 additions & 0 deletions slides/override.css
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
div.slide p {
font-size: 40px;
}

pre {
font-size: 32px;
}

li {
font-size: 40px;
}



body.presenter_view div#current_presenter_notes li {
font-size: 14px;
padding: 0;
}

body.presenter_view div#current_presenter_notes section {
height: 170px;
}

0 comments on commit 32429d9

Please sign in to comment.