Started building a Website with Jekyll based on Uno-Timeline
This commit is contained in:
commit
2d9e9fb878
103 changed files with 6371 additions and 0 deletions
24
_sass/tables.scss
Normal file
24
_sass/tables.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
table {
|
||||
margin-bottom: 1.3em;
|
||||
thead {
|
||||
font-weight: bold;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: 4px solid #888;
|
||||
font-weight: bold;
|
||||
padding: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
tr {
|
||||
&:nth-child(even) td {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue