minor - iframe css
This commit is contained in:
parent
6550fc97b2
commit
cfb24caa84
|
@ -23,4 +23,9 @@ h5 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top:0px;
|
margin-top:0px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#iframePreview {
|
||||||
|
overflow-y: hidden;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ Browse Publications
|
||||||
<div id="browsePublicationsleft">
|
<div id="browsePublicationsleft">
|
||||||
<!-- <h5>Recent Publications:</h5> -->
|
<!-- <h5>Recent Publications:</h5> -->
|
||||||
|
|
||||||
<iframe src="{{ first_article.iframe_url }}" width="310" height="400" id="iframePreview"></iframe>
|
<iframe src="{{ first_article.iframe_url }}" width="320" height="400" id="iframePreview"></iframe>
|
||||||
|
|
||||||
<!-- <img src="http://camputer.org/ftp/public/Issue00.jpg"></a> -->
|
<!-- <img src="http://camputer.org/ftp/public/Issue00.jpg"></a> -->
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user