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.
10 lines
550 B
CSS
10 lines
550 B
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
/* privacy page */
|
|
#privacyContent { padding-bottom:5px }
|
|
#privacyContent h2 { font-size:28px !important; margin:40px 0 15px !important; }
|
|
#privacyContent h3 { font-size:20px !important; margin:35px 0 15px !important; }
|
|
#privacyContent ul.privacy { margin:15px 0 25px; }
|
|
#privacyContent ul.privacy li { background:url("https://data.chinahighlights.com/pic/square.png") no-repeat scroll left 5px transparent; color:#545454; line-height:18px; list-style:none outside none; margin-bottom:10px; padding-left:20px; }
|
|
|