diff options
author | friendica <info@friendica.com> | 2012-06-19 03:34:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-19 03:34:31 -0700 |
commit | 8b502bb48611a1baa327dea74fd6479e66c1545f (patch) | |
tree | 288ad07dd128b63431c47e7537bb509fdcae479f | |
parent | 6325df304752061445daf7956d6738ff330ee24a (diff) | |
download | volse-hubzilla-8b502bb48611a1baa327dea74fd6479e66c1545f.tar.gz volse-hubzilla-8b502bb48611a1baa327dea74fd6479e66c1545f.tar.bz2 volse-hubzilla-8b502bb48611a1baa327dea74fd6479e66c1545f.zip |
position tweak
-rw-r--r-- | view/theme/slackr/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index d8801421e..ea10cc377 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -128,6 +128,11 @@ nav #site-location { box-shadow: 4px 4px 3px 0 #444444; } +#sidebar-page-list .label { + margin-left: 5px; +} + + .photo { border: 1px solid #AAAAAA; } |