You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
241 B
CSS
8 lines
241 B
CSS
3 years ago
|
@charset "utf-8";
|
||
|
|
||
|
ol, ul, li {list-style: none;}
|
||
|
blockquote, q { quotes: none;}
|
||
|
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}
|
||
|
table{border-collapse: collapse;border-spacing:0;}
|
||
|
img{border:0;max-width:100%}
|