mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
commit
074b49d296
@ -193,7 +193,8 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
/* Fix for gist integration */
|
||||
table:not(.js-file-line-container) {
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
@ -201,7 +202,8 @@ table {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
/* Fix for gist integration */
|
||||
table, th, td:not(.js-line-number) {
|
||||
border: 1px solid;
|
||||
padding: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user