[vlc-commits] lua: http: fix inline-block buttons with webkit (fix #9340)
Francois Cartegnie
git at videolan.org
Sat Sep 7 11:16:26 CEST 2013
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Sep 7 11:14:50 2013 +0200| [885ec1a00476b877df9b5c44f8bc0413320b3f2d] | committer: Francois Cartegnie
lua: http: fix inline-block buttons with webkit (fix #9340)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=885ec1a00476b877df9b5c44f8bc0413320b3f2d
---
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 3e11102..1f459c4 100644
--- a/share/lua/http/css/main.css
+++ b/share/lua/http/css/main.css
@@ -155,6 +155,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;
More information about the vlc-commits
mailing list