diff options
Diffstat (limited to 'view')
-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; } |