mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add comptability fixes for visual seperator between wallet types (fixes #307)
This commit is contained in:
parent
b27b013741
commit
fbaac9ddd7
2 changed files with 19 additions and 7 deletions
|
@ -303,6 +303,9 @@ body{
|
|||
.previewcol .previewrow{
|
||||
padding-left:expression(this.parentNode.firstChild==this?'0px':'');
|
||||
}
|
||||
.previewcol .previewrow:first-child+div{
|
||||
border:0;
|
||||
}
|
||||
.previewrow div div div.b1{
|
||||
background:url(/img/bubbletop.png) bottom center no-repeat;
|
||||
padding:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue