diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-26 22:08:37 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-26 22:08:37 +0000 |
commit | 5855007644d5f7b060b8fc48709f86770b7a09c8 (patch) | |
tree | 3bdb50871ca34ca3b432a117563878f16d991fc7 /themes | |
parent | d9df4b62642168b08e11bf507534ec035c227c14 (diff) |
feature 2587: bug correction for comments layout in some browsers
git-svn-id: http://piwigo.org/svn/trunk@13764 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index f0f0ae557..5a88a4f3d 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -127,7 +127,7 @@ a:hover { border-bottom: none;} #theImage.infohidden { width: 100%;} -#commentsSwitcher { float: left; margin:3px 0; cursor:pointer;} +#commentsSwitcher { float: left; margin: 2px 0; cursor:pointer;} .noCommentContent #commentsSwitcher { display: none;} .switchArrow { width: 16px; height: 16px; margin: 8px 5px 8px 4px;} |