Table Style
This commit is contained in:
parent
9da2921b74
commit
929ace25ee
2 changed files with 50 additions and 6 deletions
|
@ -327,16 +327,30 @@ 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 {
|
||||
text-shadow: rgb(255,255,255) 1px 1px 2px;
|
||||
.reveal table th{
|
||||
text-shadow: rgb(255,255,255) 1px 1px 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
text-align: left;
|
||||
padding-right: .3em;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
.reveal table tr:last-child td{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.reveal sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue