DEFAULT.css 152 B

123456789101112
  1. /* common layer */
  2. .cssloaded {
  3. width: 20px;
  4. }
  5. /* for IE6 fixed */
  6. body {
  7. background: url('about:blank') fixed;
  8. }
  9. .edui-editor {
  10. width: 843px;
  11. }