Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Align urls in codeblock to the right #245

Merged
merged 1 commit into from
Jan 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
text-decoration: none
&:hover
text-decoration: underline
figcaption
a
float: right
ul, ol, dl
margin-top: line-height
margin-bottom: line-height
Expand Down