1
0
Fork 0

directory enhancements

This commit is contained in:
Mike Macgirvin 2010-07-09 17:39:55 -07:00
commit 4a92de7563
2 changed files with 41 additions and 6 deletions

View file

@ -472,9 +472,22 @@ input#dfrn-url {
.directory-end {
clear: both;
}
.directory-name {
text-align: center;
}
.directory-photo {
margin-left: 25px;
}
.directory-details {
font-size: 0.7em;
text-align: center;
margin-left: 5px;
margin-right: 5px;
}
.directory-item {
float: left;
width: 225px;
height: 260px;
overflow: auto;
}