diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/style.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/view/style.css b/view/style.css index 7b08e2269..609c8a8f7 100644 --- a/view/style.css +++ b/view/style.css @@ -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; } |