Základní styl tabulek

master
Emil Miler 4 years ago
parent 47f593cf33
commit 58e308d791

@ -134,6 +134,21 @@ body {
text-align: left;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
thead {
border-bottom: 3px double #ccc;
}
td, th {
padding: .5em;
border: 1px solid #ccc;
font-weight: normal;
}
}
.title {
font-size: 1.3em;
font-weight: bold;