Cities Example CSS

From Help Wiki

The following CSS is used in combination with the WordPress Theme 72 Class to make it look ok in Google Earth. To apply this custom css go to Appearance > Edit CSS and copy and paste the following:

#top {
display:none;
}

#header {
margin:0;
padding:0;
}

#header h1 {
font-size:30px;
line-height:35px;
text-align:left;
margin:0;
}

#header p {
font-size:100%;
text-align:left;
}

#page-nv {
display:none;
}