diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-18 11:37:21 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-18 11:37:21 (GMT) |
commit | ccb77caba466fe0e4d28a809129513cefdbd5575 (patch) | |
tree | 8723bd6660d4b40bc3f86f4f614f22a0361be90c /doc | |
parent | a908a082425b3a7644eb8f4ea47dc69da1f467d9 (diff) | |
download | Qt-ccb77caba466fe0e4d28a809129513cefdbd5575.zip Qt-ccb77caba466fe0e4d28a809129513cefdbd5575.tar.gz Qt-ccb77caba466fe0e4d28a809129513cefdbd5575.tar.bz2 |
Doc: Fixing overlapping text in header list
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/src/template/style/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index 190c60a..6f2bdce 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -388,9 +388,9 @@ .shortCut-topleft-inactive { padding-left: 3px; + padding-right: 3px; background: transparent url( ../images/sprites-combined.png) no-repeat 0px -58px; height: 20px; - width: 47px; } .shortCut-topleft-inactive span { |