hero0fwar

Reddit Text Only and Link Only Fix

Feb 6th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*==== DISPLAY MODES =====*/
  2. /* Talk Only */
  3. html[lang="to"] .thing.link {
  4. display: none
  5. }
  6. html[lang="to"] .thing.self {
  7. display: block
  8. }
  9. /* Links Only */
  10. html[lang="lo"] .thing.self {
  11. display: none
  12. }
Add Comment
Please, Sign In to add comment