1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

исправлен наезд изображения при использовании выравнивания. Нашел и исправил пользователь podust

This commit is contained in:
Mzhelskiy Maxim 2008-09-22 16:03:47 +00:00
parent 755fec7f61
commit 177bbff744

View file

@ -826,8 +826,9 @@ div.rating .company_position_up, div.rating .company_position_down {
/* blogg <20><><EFBFBD><EFBFBD> */
.blogposts{
padding-top: 1em;
padding-top: 1em;
width: 100%;
float: left;
}
.text {
padding:0;
@ -841,7 +842,7 @@ div.rating .company_position_up, div.rating .company_position_down {
/*margin-left:40px;*/
padding-left:20px;
background:url(http://www.habrahabr.ru/i/tags.gif) no-repeat 0 8px;
clear: both;
}
.voice {
font-family: arial, sans-serif;
@ -3238,7 +3239,9 @@ div.link a:hover {
background:white;
}
.entry_item {
clear:left;
clear: both;
float: left;
width: 100%;
}
.entry_item table {
width:100%;