1
0
Fork 0

template rework: revert commit because plugin community home uses the css classes

This commit is contained in:
rabuzarus 2015-10-23 15:41:49 +02:00
commit b6cceda131
8 changed files with 142 additions and 1 deletions

View file

@ -1568,6 +1568,19 @@ span[id^="showmore-wrap"] {
padding-top: 5px;
font-weight: bold;
}
.directory-item {
float: left;
width: 200px;
height: 200px;
}
.directory-item .contact-photo {
width: 175px;
height: 175px;
}
.directory-item .contact-photo img {
width: 175px;
height: 175px;
}
.contact-name {
font-weight: bold;
padding-top: 15px;