remove HRs from H1/H2s

This commit is contained in:
Matthew Hodgson 2018-05-19 23:40:48 +01:00
parent 65f0b05719
commit 117519566e

View file

@ -443,6 +443,7 @@ limitations under the License.
.mx_EventTile_content .markdown-body h2 .mx_EventTile_content .markdown-body h2
{ {
font-size: 1.5em; font-size: 1.5em;
border-bottom: none ! important; // override GFM
} }
.mx_EventTile_content .markdown-body a { .mx_EventTile_content .markdown-body a {