merge table styles #761, tweak table padding

This commit is contained in:
Hakim El Hattab
2013-12-20 10:35:21 +01:00
4 changed files with 48 additions and 7 deletions

View File

@ -363,14 +363,25 @@ body {
box-sizing: border-box;
}
.reveal table th,
.reveal table td {
text-align: left;
padding-right: .3em;
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0;
}
.reveal table th {
font-weight: bold;
font-weight: bold;
}
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 1em 0.2em 0;
border-bottom: 1px solid;
}
.reveal table tr:last-child td {
border-bottom: none;
}
.reveal sup {

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long