Skip to content

Commit

Permalink
Merge pull request #51 from mysticatea/fix-line-breaks-2
Browse files Browse the repository at this point in the history
Update emu-t and emu-nt for line breaks
  • Loading branch information
bterlson committed Sep 24, 2015
2 parents f5a9cd3 + 36fa257 commit be601a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ emu-oneof {
}

emu-nt {
display: inline-block;
font-style: italic;
white-space: nowrap;
text-indent: 0;
}

emu-nt a, emu-nt a:visited {
Expand All @@ -162,8 +164,11 @@ emu-rhs emu-nt {
}

emu-t {
display: inline-block;
font-family: monospace;
font-weight: bold;
white-space: nowrap;
text-indent: 0;
}

emu-production emu-t {
Expand Down

0 comments on commit be601a4

Please sign in to comment.