]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
all: handle VLM broadcast and vod elements.
[vlc] / share / http / style.css
index 3ea4d1a52db3a97960f17978c42e7b7b3f756854..792158083f8d13b3b25088fb618a74f4799a17be 100644 (file)
@@ -96,11 +96,14 @@ div.controls button {
        background-color: #fff;
 }
 
-ul#list, ul#list ul {
-       list-style-type: none;
-       padding-top: 0px;
-       margin-top: 0px;
-       padding-left: 1em;
+div.list {
+       padding: 1em;
+}
+div.list_element {
+       padding-bottom: 0.3em;
+}
+div.list_element ul {
+       margin: 0px;
 }
 
 div.pl_node {