diff options
| author | Rob Peters <makitso@gmail.com> | 2010-07-03 14:34:42 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-07-03 14:34:42 +0000 |
| commit | 08e9543c5090f81812b2ecfd92303e48a3f81db8 (patch) | |
| tree | 9551cfed77790ade88ce4155a93a94f3934c2ff3 /themes/colors | |
| parent | 078b91064775177d85bf9d35f19baff19d7ae2e3 (diff) | |
| download | webtrees-08e9543c5090f81812b2ecfd92303e48a3f81db8.tar.gz webtrees-08e9543c5090f81812b2ecfd92303e48a3f81db8.tar.bz2 webtrees-08e9543c5090f81812b2ecfd92303e48a3f81db8.zip | |
Fix Opera 10 sidebar position
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/opera.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/colors/opera.css b/themes/colors/opera.css index 1605558917..534bf406b4 100644 --- a/themes/colors/opera.css +++ b/themes/colors/opera.css @@ -2,6 +2,5 @@ * @version $Id:S$
*/ -#sidebar { - margin-top: 9px; -} +.ui-accordion .ui-accordion-header a { margin-top: 9px; } +#sidebar_pin img, #sidebar_open img {margin-top: 9px;} |
