mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: site setting to allow html tables (which may come from imports)
(allow_html_tables , disabled by default)
This commit is contained in:
@@ -243,4 +243,20 @@ blockquote > *:last-child {
|
||||
}
|
||||
|
||||
|
||||
table.md-table {
|
||||
thead {
|
||||
border-bottom: 2px solid lighten($primary, 80%);
|
||||
th {
|
||||
text-align: left;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
td,th {
|
||||
padding: 3px 3px 3px 10px;
|
||||
}
|
||||
tr {
|
||||
border-bottom: 1px solid lighten($primary, 80%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user