View Single Post
Old 05-05-2011, 06:50 AM   #11
illustrata
Enthusiast
illustrata began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Aug 2010
Location: Venice, Italy
Device: iphone, ipad, kindle
OK, all the CSS I had validates; here's what I took out to get things back to normal:

Quote:
body {
font-family: Corisande, sans-serif;
font-size: 100%;
line-height: 140%;
margin: 0;
padding: 18em;
}
I also removed some code recommended to center text vertically -- I used another approach.

Quote:
html, body { height: 100%;
margin: 0;
padding: 0;
}
.wedge {
float: left;
height: 50%;
margin-bottom: -2em;
}
.container {
clear: both;
height: 4em;
position: relative;
}
table, tr, th {
height: 4em;
width: 100%;
text-align: center;
}
Not sure which was the culprit...
illustrata is offline   Reply With Quote