15 lines
263 B
CSS
15 lines
263 B
CSS
|
.w3tc-widget-highwinds-logo {
|
||
|
float: left;
|
||
|
width: 65px;
|
||
|
height: 35px;
|
||
|
background: url("pub/img/cdn-highwinds-logo.png") 0 0 no-repeat;
|
||
|
}
|
||
|
|
||
|
.w3tchw_tools li {
|
||
|
display: inline-block;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
#w3tchw_report li {
|
||
|
margin-bottom: 0;
|
||
|
}
|