diff options
author | Ćukasz Hanuszczak <lukasz.hanuszczak@gmail.com> | 2015-08-03 15:29:35 +0200 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-08-21 18:22:33 +0100 |
commit | c537853ff7574a6bf3c3c94fa9db52aa23a5859f (patch) | |
tree | b59810a63ef89b53f02e81d2dcf8d8c74b2d0715 /haddock-api/resources | |
parent | 472440c233fccf662ff41193db66c62e7bc6f6d1 (diff) |
Fix issue with instance expander hijacking type hyperlink click.
Diffstat (limited to 'haddock-api/resources')
-rw-r--r-- | haddock-api/resources/html/Ocean.std-theme/ocean.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-api/resources/html/Ocean.std-theme/ocean.css b/haddock-api/resources/html/Ocean.std-theme/ocean.css index 428040bc..139335ac 100644 --- a/haddock-api/resources/html/Ocean.std-theme/ocean.css +++ b/haddock-api/resources/html/Ocean.std-theme/ocean.css @@ -159,6 +159,8 @@ p.caption.expander { .instance.collapser, .instance.expander { margin-left: 0px; background-position: left center; + min-width: 9px; + min-height: 9px; } |