Apply some small CSS fixes

Add missing img width/height for wallets' icons
Remove some trailing spaces
This commit is contained in:
Saivann 2013-11-19 16:22:05 -05:00
parent ad09cde1db
commit 4fbac3a4f5

View file

@ -751,6 +751,8 @@ li p{
display:block;
margin:auto;
margin-bottom:10px;
width:72px;
height:72px;
}
.previewrow>div>a,
.previewrow>div>a:visited,
@ -1384,19 +1386,19 @@ h2 .rssicon{
margin-right:0;
margin-bottom:20px;
}
.mainvideo{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
.mainvideo{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.mainvideo iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
.mainvideo iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.mainlist>div{
width:auto;