Commit 5548e252 by Kyle Fiedler

Hide list style for video elements

parent 7812dd68
...@@ -157,6 +157,7 @@ div.video { ...@@ -157,6 +157,7 @@ div.video {
opacity: 1; opacity: 1;
padding: 0; padding: 0;
margin: 0; margin: 0;
list-style: none;
} }
} }
...@@ -411,6 +412,7 @@ div.video { ...@@ -411,6 +412,7 @@ div.video {
width: flex-grid(3, 9); width: flex-grid(3, 9);
margin: 0; margin: 0;
font-size: 14px; font-size: 14px;
list-style: none;
li { li {
border: 0; border: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment