Initial commit of the project
This commit is contained in:
45
slides.css
Normal file
45
slides.css
Normal file
@@ -0,0 +1,45 @@
|
||||
.small-code pre code {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
table,
|
||||
.table-condensed,
|
||||
table.rmdtable {
|
||||
width: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
table,
|
||||
.table-condensed,
|
||||
table.rmdtable,
|
||||
table.rmdtable .header th,
|
||||
.table > thead > tr > th {
|
||||
border-collapse: collapse;
|
||||
border-style: solid;
|
||||
border-spacing: 0;
|
||||
border-width: medium 0 medium 0;
|
||||
border-color: inherit
|
||||
}
|
||||
*/
|
||||
|
||||
table.rmdtable {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
article.smaller table tr {
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
article.smaller table td,
|
||||
article.smaller table th {
|
||||
font-size: 50%;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.table > tbody > tr > td {
|
||||
border-width: 0;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user