Style iframes
This commit is contained in:
parent
43b69e775e
commit
4f53688527
1 changed files with 4 additions and 1 deletions
|
@ -72,10 +72,13 @@ a
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
pre, .page
|
pre, .page
|
||||||
box-shadow: $shadow-size $shadow-size $shadow
|
box-shadow: $shadow-size $shadow-size $shadow
|
||||||
img, button, input[type=submit]
|
img, button, input[type=submit], iframe
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
box-shadow: $shadow-size $shadow-size $bg0
|
box-shadow: $shadow-size $shadow-size $bg0
|
||||||
border: 2px solid $bg0
|
border: 2px solid $bg0
|
||||||
|
iframe
|
||||||
|
display: block
|
||||||
|
margin: auto
|
||||||
header
|
header
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue