Skip to content

Commit

Permalink
add default table styles (closes #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jun 13, 2012
1 parent 681115e commit a91d401
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/main.css
Expand Up @@ -161,7 +161,6 @@ body {

.reveal ul ul,
.reveal ul ol,

.reveal ol ol,
.reveal ol ul {
display: block;
Expand Down Expand Up @@ -210,6 +209,16 @@ 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 a91d401

Please sign in to comment.