Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
katanacrimson committed Oct 18, 2017
1 parent f62b740 commit 776321f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/default/assets/css/elements/_comment.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
dl.tsd-comment-tags
overflow: hidden

dt:before, dd:before
display: table
content: " "

dt
float: left
padding: 1px 5px
Expand All @@ -28,6 +24,10 @@ dl.tsd-comment-tags

dd
margin: 0 0 10px 0

&:before, &:after
display: table
content: " "
pre, &:after
clear: both

Expand Down

0 comments on commit 776321f

Please sign in to comment.