ie7.css 303 B

12345678910111213141516171819202122
  1. /* special styles for IE7 */
  2. /* the tabled definition lists */
  3. dl.settings dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd
  4. {
  5. float: none;
  6. width: auto;
  7. }
  8. .signature
  9. {
  10. padding: 0 0 0.8em 0;
  11. }
  12. #quickReplyOptions form textarea
  13. {
  14. width: 98%;
  15. }
  16. code.bbc_code
  17. {
  18. white-space: normal;
  19. }