add default table styles (closes #62)

master
Hakim El Hattab 2012-06-13 11:17:34 -03:00
parent 681115ea9c
commit a91d401919
1 changed files with 10 additions and 1 deletions

View File

@ -161,7 +161,6 @@ body {
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
@ -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;