add default table styles (closes #62)
This commit is contained in:
parent
681115ea9c
commit
a91d401919
11
css/main.css
11
css/main.css
|
@ -161,7 +161,6 @@ body {
|
||||||
|
|
||||||
.reveal ul ul,
|
.reveal ul ul,
|
||||||
.reveal ul ol,
|
.reveal ul ol,
|
||||||
|
|
||||||
.reveal ol ol,
|
.reveal ol ol,
|
||||||
.reveal ol ul {
|
.reveal ol ul {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -210,6 +209,16 @@ body {
|
||||||
font-family: monospace;
|
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 {
|
.reveal small {
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user