diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-khtml.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/fix-khtml.css b/template/yoga/fix-khtml.css index ce35d70f3..29ffd1877 100644 --- a/template/yoga/fix-khtml.css +++ b/template/yoga/fix-khtml.css @@ -10,5 +10,11 @@ top: -1px; /* move the container up by the same amount */ margin-bottom: 5px; } + +#menubar #menuTagCloud LI +{ + display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */ +} + /* end Safari/Konqueror */ |