subject

Apr 06, 2013 15:55

I've moved the date time out of the entry and now have the subject centered. However if the date time is 3 lines it will push down the subject more then when the date time is over 2 lines. How can I stop that from happening.




.date{
width: 100px;
margin-left: 670px;
margin-top: -10px;
align: right;
padding: 5px 0 0 10px;
color: #000;
font-family: "Trebuchet Ms" Helvetica, sans-serif;
font-size: 10pt;
text-transform: uppercase;
letter-spacing: 1px;
}

.subject {
padding-left: 10px;
margin-top:-40px;
padding-top:0px;
font-weight: normal;
text-align: center;
padding-bottom: 2px;
color: #FF80B9;
font-family: Merienda;
font-size: 13pt;
border-right: solid #77cfe0 0px;
text-transform: uppercase;
letter-spacing: 1px;
}

.subject a, .subject a:link, .subject a:visited {
font-family: Merienda;
color: #8f8f8f;
text-transform: uppercase;
font-weight: normal;
font-size: 13pt;
}

.subject a:hover {
color: #000;
}

.datesubject {
padding-left: 0px;
}

date, subject

Previous post Next post
Up