Limiting .directory-photo-wrapper styles to <section> so as not to
interfere with .directory-photo-wrapper in <aside>
This commit is contained in:
parent
14d4635be6
commit
424797138f
|
@ -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