Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- under the existing:
- .side .usertext-body table em { display:block; font-size:smaller; color:#CCAC55; padding-top:3px; }
- add this line of CSS:
- .side .usertext-body table tr > td::nth-child(2) em sup { font-size: 3em; font-style: normal; vertical-align: top; }
- then the table line becomes:
- March | SES-10 *Falcon 9, KSC LC-39A ^♺*
- (superscript the symbol like this to trigger resize: ^♺)
- looks like http://i.imgur.com/zoHADJX.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement