Fixed overflow issue with blog list in Chrome.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-10-19 19:29:08 -07:00
parent 05c2815637
commit aa756f46d0
4 changed files with 7 additions and 7 deletions

View File

@@ -756,7 +756,7 @@ table .button {
#main .contentItems li:hover .ibutton.blog { background-position:-120px 0; }
.contentItems .summary {
overflow:auto;
clear:both;
padding:1.2em .4em .5em;
}
.contentItems .properties {
@@ -786,9 +786,9 @@ table .button {
margin:0 .2em -.2em;
}
.contentItems .related {
float:right;
font-size:1.4em;
text-align:right;
font-size:1.4em;
}
.contentItems .commentcount {
line-height:2em;