Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed Feb 9, 2011
1 parent 5d8e606 commit ea15e73
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
text-shadow: 1px 1px 3px black;
}
h1 {
font-size: 2.1em;
font-size: 2.3em;
font-weight: bold;
}
h2 {
font-size: 1.8em;
font-size: 2em;
font-weight: bold;
}
h3 {
font-size: 1.4em;
font-size: 1.6em;
font-weight: bold;
}

Expand Down Expand Up @@ -191,9 +191,11 @@
display: block;
background: rgba(128, 128, 128, 0.1);
-webkit-border-radius: 10px;
-webkit-box-shadow: inset -4px -4px 5px rgba(0,0,0, 0.3), inset 4px 4px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset -1px -1px 4px rgba(0,0,0, 0.3), inset 2px 2px 2px rgba(0,0,0,0.3);
margin-bottom: 15px;
border: solid 1px rgba(0, 0, 0, 0.2);
border: solid 1px rgba(40, 40, 40, 0.2);
border-bottom: solid 1px rgba(64, 64, 64, 0.1);
border-right: solid 1px rgba(64, 64, 64, 0.1);
}

.panel p{
Expand Down

0 comments on commit ea15e73

Please sign in to comment.