mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Apply some small CSS fixes
Add missing img width/height for wallets' icons Remove some trailing spaces
This commit is contained in:
parent
ad09cde1db
commit
4fbac3a4f5
1 changed files with 14 additions and 12 deletions
|
@ -751,6 +751,8 @@ li p{
|
||||||
display:block;
|
display:block;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
width:72px;
|
||||||
|
height:72px;
|
||||||
}
|
}
|
||||||
.previewrow>div>a,
|
.previewrow>div>a,
|
||||||
.previewrow>div>a:visited,
|
.previewrow>div>a:visited,
|
||||||
|
@ -1384,19 +1386,19 @@ h2 .rssicon{
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
}
|
}
|
||||||
.mainvideo{
|
.mainvideo{
|
||||||
position:relative;
|
position:relative;
|
||||||
padding-bottom:56.25%;
|
padding-bottom:56.25%;
|
||||||
padding-top:30px;
|
padding-top:30px;
|
||||||
height:0;
|
height:0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
.mainvideo iframe{
|
.mainvideo iframe{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0;
|
top:0;
|
||||||
left:0;
|
left:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
.mainlist>div{
|
.mainlist>div{
|
||||||
width:auto;
|
width:auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue