Skip to content

Commit

Permalink
Update screen.css
Browse files Browse the repository at this point in the history
adding <sub> styles that are missing
  • Loading branch information
fugo committed Sep 27, 2015
1 parent 10f3397 commit 72415a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/screen.css
Expand Up @@ -495,6 +495,10 @@ article .text sup {
vertical-align: super;
font-size: smaller
}
article .text sub {
vertical-align: sub;
font-size: small
}
article .text small {
font-size: 13px;
color: #909396
Expand Down Expand Up @@ -1635,4 +1639,4 @@ body.touch.user article .readmore {
body.noimage article {
margin-top: 24px
}
}
}

0 comments on commit 72415a2

Please sign in to comment.