Skip to content

Commit

Permalink
Configured stylesheet to use new slide format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Aug 25, 2013
1 parent 13263c9 commit ab2e8ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
17 changes: 5 additions & 12 deletions styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,41 +52,34 @@ body {
border-top-left-radius: 20px;
}

.slide.main h1.title {
.slide h1 {
font-size: 100px;
text-align: center;
margin-top: 150px;
margin-bottom: 30px;
}

.slide.main h2.subtitle {
.slide h2 {
font-size: 30px;
text-align: center;
font-weight: 200;
}

.slide.text h1.title {
.slide h3 {
font-size: 45px;
border-bottom: 1px solid #aaa;
margin: 0;
padding-bottom: 15px;
}

.slide.text article.content {
.slide .content {
padding-top: 20px;
font-weight: 200;
font-size: 32px;
line-height: 44px;
}

.slide.list h1.title {
font-size: 45px;
border-bottom: 1px solid #aaa;
margin: 0;
padding-bottom: 15px;
}

.slide.list ul.items {
.slide ul {
padding: 20px 0 0 60px;
font-weight: 200;
font-size: 32px;
Expand Down
4 changes: 3 additions & 1 deletion templates/layout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<body>
<div id="wrapper">
{{#slides}}
<section class="slide">{{{.}}}</section>
<section class="slide">
<article class="content">{{{.}}}</article>
</section>
{{/slides}}
</div>
{{#controls}}
Expand Down

0 comments on commit ab2e8ea

Please sign in to comment.