.twitter { position: relative; // top: 0; // right: 10px; // bottom: 0; // overflow: auto; // width: 250px; } .twitter_header { padding-top: 8px; height: 30px; font-size: 20px ; text-align: center; margin-bottom: 20px; } .twitter_list { position: relative; } .tweet:hover { background-color: #ccf2ff; } .tweet { border-bottom-style: solid; border-color: #bfbfbf; // display: inline; // height: 32px; // width: 100%; // position: absolute; // text-align: center; } .tweet_pic { display: block; float: left; width: 28px; height: 33px; padding-left: 8px; padding-top: 8px; // background: hsl(0, 0%, 30%); } .tweet_name { padding-left: 45px; padding-top: 16px; // border-bottom-style: solid; // border-color: #00bfff; } .tweet_text { padding-left: 8px; padding-top: 15px; } .tweet_text_date { text-align: right; padding-top: 4px; font-size: 12px ; } .twitter_footer { padding-top: 8px; } .twitter_image_frame { width: 40px; height: 40px; overflow: hidden; position: relative; } .twitter_image_frame > img { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; margin: auto; }