Skip to content

Commit

Permalink
improved css for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Feb 4, 2013
1 parent 0a1495f commit aabf14c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/cpp/session/resources/presentation/slides.css
Expand Up @@ -100,4 +100,28 @@
width: 100%;
}


.reveal table {
border-width: 1px;
border-spacing: 2px;
border-style: dotted;
border-color: gray;
border-collapse: collapse;
font-size: 0.7em;
}

.reveal table th {
border-width: 1px;
padding-left: 10px;
padding-right: 25px;
font-weight: bold;
border-style: dotted;
border-color: gray;
}

.reveal table td {
border-width: 1px;
padding-left: 10px;
padding-right: 25px;
border-style: dotted;
border-color: gray;
}

0 comments on commit aabf14c

Please sign in to comment.