mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Merge pull request #372 from rdc/master
Resolved CSS error in sidebar profile thumbs
This commit is contained in:
commit
e3828fe675
7 changed files with 7 additions and 7 deletions
|
@ -2885,7 +2885,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2843,7 +2843,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2857,7 +2857,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2872,7 +2872,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2872,7 +2872,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2870,7 +2870,7 @@ section .directory-item dd {
|
|||
height: 175px;
|
||||
}
|
||||
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
|
@ -2808,7 +2808,7 @@ section .directory-item dd {
|
|||
width: 175px;
|
||||
height: 175px;
|
||||
}
|
||||
.directory-photo-wrapper {
|
||||
section .directory-photo-wrapper {
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 165px;
|
||||
|
|
Loading…
Reference in a new issue