mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
9 lines
84 B
CSS
9 lines
84 B
CSS
#IFramePageIFrame {
|
|
width: 100%;
|
|
border: none;
|
|
}
|
|
|
|
#IFramePage {
|
|
padding: 20px;
|
|
}
|