Added smilieys. Fixed too many users overflow on front page.
This commit is contained in:
parent
0ec7387e0c
commit
99731e7bed
14 changed files with 7 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ pre .end { background:url("/images/tabEnd.png") no-repeat left bottom; }
|
|||
color: #3D3D3D;
|
||||
}
|
||||
#talk-threads > div > .topic { width:45%; }
|
||||
#talk-threads > div > .users { width:15%; overflow:hidden; }
|
||||
#talk-threads > div > .users { width:15%; overflow:hidden; height: 30px; }
|
||||
#talk-threads > div > .users > div > img
|
||||
{
|
||||
margin-bottom: -4pt;
|
||||
|
|
@ -593,3 +593,8 @@ form.searchNav {
|
|||
clear: both;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
img.smiley {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue