mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-14 10:39:41 +00:00
Removed weird background from embed
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -151,14 +151,12 @@ ins {
|
|||||||
html.embedded{
|
html.embedded{
|
||||||
min-height:100%;
|
min-height:100%;
|
||||||
display: table;
|
display: table;
|
||||||
background: #e9e9e9;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
body{
|
body{
|
||||||
padding:0;
|
padding:0;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: none;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -167,7 +165,6 @@ html.embedded{
|
|||||||
padding:12px 0px;
|
padding:12px 0px;
|
||||||
min-height:100%;
|
min-height:100%;
|
||||||
width:100%;
|
width:100%;
|
||||||
background: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.source{
|
.source{
|
||||||
|
|||||||
Reference in New Issue
Block a user