vlc/vlc-2.0 | branch: master | Francois Cartegnie <[email protected]> | Sat Sep 7 11:14:50 2013 +0200| [6f3565262667d291f82e26b96eb7f443d02eeccf] | committer: Felix Paul Kühne
lua: http: fix inline-block buttons with webkit (fix #9340) (cherry picked from commit 885ec1a00476b877df9b5c44f8bc0413320b3f2d) Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6f3565262667d291f82e26b96eb7f443d02eeccf --- share/lua/http/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/lua/http/css/main.css b/share/lua/http/css/main.css index ec178f0..23e2e6b 100644 --- a/share/lua/http/css/main.css +++ b/share/lua/http/css/main.css @@ -139,6 +139,8 @@ body{ background: none; border: none; display: inline-block; + list-style: none; + float:left; cursor: pointer; background-image: url("../images/buttons.png"); background-repeat: no-repeat; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
