blog: re-style iframe.article — position right next to first paragraph, double size
This commit is contained in:
+10
-6
@@ -95,16 +95,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Move iframe to right side of first paragraphs */
|
/* Move iframe to right side of first paragraphs */
|
||||||
article iframe {
|
article iframe.article {
|
||||||
float: right;
|
position: absolute;
|
||||||
width: 560px;
|
right: 0;
|
||||||
height: 315px;
|
top: 0;
|
||||||
margin: 0 0 24px 24px;
|
width: 1120px;
|
||||||
|
height: 630px;
|
||||||
|
margin: 0;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clear float after iframe */
|
/* Clear float after iframe */
|
||||||
article iframe + p {
|
article iframe + p {
|
||||||
clear: right;
|
position: relative;
|
||||||
|
z-index: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user