mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
style tables in init css
This commit is contained in:
parent
5735be769a
commit
6c8fd6aed2
1 changed files with 15 additions and 0 deletions
|
@ -186,6 +186,21 @@ blockquote {
|
|||
}
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
}
|
||||
|
||||
table tr {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
|
||||
hr.footnotes-separatator {
|
||||
display:none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue