mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue