Advertisement
Guest User

Untitled

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