diff options
author | Zaphod <zaphod@piwigo.org> | 2012-04-26 19:13:47 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-04-26 19:13:47 +0000 |
commit | 952bc7e3e41bab63713f42db43f03404ccbc67e0 (patch) | |
tree | a9390715e47c9c4b5b406c414a6d350b7c5aaa20 /themes/elegant/theme.css | |
parent | 0be84314759a8afd2f56712ae7b15d8ee284ecc1 (diff) |
feature 2587: css update
git-svn-id: http://piwigo.org/svn/trunk@14452 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 10b78afdd..32ac52d35 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -178,7 +178,7 @@ a:hover { border-bottom: none;} #imageHeaderBar h2 { font-size: 100%; font-weight: inherit;} #imageHeaderBar .browsePath { display:inline-block; - float:none; + float:left; font-size:120%; line-height:20px; padding: 8px 0 0 2px; |