• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

CSS Changes

LPH

Flight Director
Flight Instructor
This site has different CSS tags and values. I'll incorporate them in XenLate 1.2. Feel free to open the trn_xenlate_latestposts.css template and use the following CSS.

Code:
div.recent_post {
    position: relative;
    padding-bottom: 25px;
    margin-top: 5px;
}

div.recent_post h4 {
    padding-left: 5em;
}

div.recent_post h4 a {
    color: #000;
    font-weight: 600;
}

div.thumbnail img {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 2px;
    border: 1px solid rgb(230, 230, 230);
    padding: 2px;
}

div.excerpt {
    min-height: 20px;
    padding-bottom: 2.5em;
    padding-left: 5em;
    border-bottom: 1px solid rgb(230, 230, 230);
}
 

Albert

Technology Writer
The new CSS on this site fits but shouldn't you use the theme style information instead of hard coding the border colors?
 
Top