Revert "Added a general override rule"

This reverts commit 15381d64a4.

Will rename the class instead.
pull/17/head
Frode Petterson 2016-01-21 10:24:36 +01:00
parent a65625d123
commit 8597baa253
1 changed files with 0 additions and 12 deletions

View File

@ -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;
}