Advertisement
Guest User

Dreamwidth Widescreen

a guest
Dec 24th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("dreamwidth.org") {
  4.  
  5. #page {
  6. width: 100% !important;
  7. max-width: 100% !important;
  8. }
  9.  
  10. #page_talkread #entry, #page_talkread  #Comments .talk-comment,
  11. #page_inbox .InboxItem_Content {
  12.     max-width: 100% !important;
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement