Commit 65f2ec62 authored by Paul Slaughter's avatar Paul Slaughter

Remove noop :not(.md) block

- This evaluates to `.md:not(.md)` which will never match
  anything.
parent f9273bde
......@@ -68,14 +68,6 @@
background-color: inherit;
}
&:not(.md) img:not(.emoji) {
border: 1px solid $white-normal;
padding: 5px;
margin: 5px 0;
// Ensure that image does not exceed viewport
max-height: calc(100vh - 100px);
}
details {
margin-bottom: $gl-padding;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment