Line 1: | Line 1: | ||
body{ | body{ | ||
background-color: initial; | background-color: initial; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 26: | Line 22: | ||
font-size: initial; | font-size: initial; | ||
font-family: initial; | font-family: initial; | ||
+ | } | ||
+ | |||
+ | #bodyContent a[href ^="https://"], .link-https{ | ||
+ | padding: initial; | ||
} | } |
Revision as of 13:12, 19 August 2018
body{
background-color: initial;
}
p{
height: 0px; margin: 0px;
}
- top_title {
display: none;
}
- globalWrapper, #content {
width: 100%; height: 100%; border: 0px; background-color: white; margin: 0px; padding: 0px; line-height: normal; font-size: initial; font-family: initial;
}
- bodyContent a[href ^="https://"], .link-https{
padding: initial;
}