Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Aug 28, 2013
1 parent 1d5d658 commit e82770e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 9 additions & 13 deletions resources/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ body {
width: auto;
height: 540px;
padding: 30px;
font-weight: 200;
font-size: 32px;
line-height: 44px;
}

#controls {
Expand Down Expand Up @@ -55,7 +58,7 @@ body {
.slide h1 {
font-size: 100px;
text-align: center;
margin-top: 150px;
margin-top: 200px;
margin-bottom: 30px;
}

Expand All @@ -72,13 +75,6 @@ body {
padding-bottom: 15px;
}

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

.slide ul {
padding: 20px 0 0 60px;
font-weight: 200;
Expand All @@ -90,7 +86,7 @@ body {
font-size: 55px;
font-weight: 200;
text-align: center;
margin-top: 135px;
margin-top: 185px;
margin-bottom: 30px;
}

Expand All @@ -114,10 +110,10 @@ code {
background-color: #ccc;
}

pre {
padding: 10px;
font-size: 20px;
line-height: 28px;
pre > code {
background-color: inherit;
font-size: 60%;
line-height: 1.3;
}

.hidden {
Expand Down
4 changes: 1 addition & 3 deletions templates/layout.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<body>
<div id="wrapper">
{{#slides}}
<section class="slide">
<article class="content">{{{.}}}</article>
</section>
<section class="slide">{{{.}}}</section>
{{/slides}}
</div>
{{#controls}}
Expand Down

0 comments on commit e82770e

Please sign in to comment.