From 8597baa253684a91c945faf82372378902f352ef Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 21 Jan 2016 10:24:36 +0100 Subject: [PATCH] Revert "Added a general override rule" This reverts commit 15381d64a42bd436f825449adbb5cc1c11edbbeb. Will rename the class instead. --- styles/h5p.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/styles/h5p.css b/styles/h5p.css index 923af7c..4586952 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -421,15 +421,3 @@ div.h5p-fullscreen { .h5p-dialog-ok-button:active { background: #eeffee; } - -/* Override some theme rules that might be a bit extreme */ -.h5p-content span { - display: initial; - float: initial; - width: initial; - min-height: initial; - margin-left: initial; - -webkit-box-sizing: initial; - -moz-box-sizing: initial; - box-sizing: initial; -}