diff options
author | friendica <info@friendica.com> | 2015-02-03 15:52:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 15:52:57 -0800 |
commit | 8a78d1d5dfcb048b83345c0d832c71303de04cd5 (patch) | |
tree | ee90aad833b3bb4d04774552f756a14d2d30a325 /view | |
parent | c417a43338087de82bd1c067c479320a923fe619 (diff) | |
download | volse-hubzilla-8a78d1d5dfcb048b83345c0d832c71303de04cd5.tar.gz volse-hubzilla-8a78d1d5dfcb048b83345c0d832c71303de04cd5.tar.bz2 volse-hubzilla-8a78d1d5dfcb048b83345c0d832c71303de04cd5.zip |
that didn't look so good on a small screen - let it hang out on the right margin
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_directory.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/css/mod_directory.css b/view/css/mod_directory.css index b156e322a..1e140d933 100644 --- a/view/css/mod_directory.css +++ b/view/css/mod_directory.css @@ -3,13 +3,12 @@ clear: both; } .directory-name { -/* text-align: center; */ float: left; width: 250px; } .directory-rating { float: right; - margin-right: 20px; + margin-right: 5px; } .directory-photo { |