Skip to content

Commit

Permalink
table with padding and th decorated
Browse files Browse the repository at this point in the history
  • Loading branch information
grigio committed Jun 12, 2012
1 parent 3ba8dd2 commit 0230251
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/main.css
Expand Up @@ -210,6 +210,15 @@ body {
font-family: monospace;
}

.reveal table th, .reveal table td {
text-align: left;
padding-right: .3em;
}

.reveal table th {
text-shadow: rgb(255,255,255) 1px 1px 2px;
}

.reveal small {
font-size: 60%;
line-height: 1em;
Expand Down

0 comments on commit 0230251

Please sign in to comment.