Removed font size overriding when embedded by div. This improves the flow with the rest of the content.

namespaces
Frode Petterson 2014-05-02 15:39:55 +02:00
parent cd99c71812
commit e338f3e5bd
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@ html.h5p-iframe, html.h5p-iframe > body {
.h5p-content {
position: relative;
background: #fefefe;
font-size: 16px;
line-height: 1.5em;
border: 1px solid #EEE;
border-bottom: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
html.h5p-iframe .h5p-content {
font-size: 16px;
line-height: 1.5em;
width: 100%;
height: 100%;
}