Improve code readability

This commit is contained in:
Michael Rose
2016-03-21 16:36:24 -04:00
parent 4df2367e1c
commit d541d45c9c
19 changed files with 213 additions and 25 deletions

View File

@ -8,6 +8,7 @@ table {
font-size: 0.8rem;
border-collapse: collapse;
border-bottom: 2px solid $border-color;
& + table {
margin-top: 1em;
}
@ -30,4 +31,4 @@ td {
tr, td, th {
vertical-align: middle;
}
}