From 0a833c2b407d62cf7c768e10f8bc9e44b945d9fc Mon Sep 17 00:00:00 2001 From: Heckyel Date: Mon, 13 Mar 2017 19:53:28 -0500 Subject: Corrige compatibilidad con LibreVideoJS --- css/_main.sass | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'css/_main.sass') diff --git a/css/_main.sass b/css/_main.sass index 68051bf..9584f79 100644 --- a/css/_main.sass +++ b/css/_main.sass @@ -26,11 +26,28 @@ -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) .texto + font-size: $font-size img max-width: 100% height: auto vertical-align: top margin: 0.625em 0 + .texto + ul + font-size: $font-size + margin-left: 1.25em + li + list-style: square + margin: .5em 0 0 1em + p + font-size: $font-size + .LibreVideoJS + ul + font-size: $librevjs + margin: 0 + li + list-style: none + margin: 0 .thumb img width: 100% -- cgit v1.2.3