Add comptability fixes for visual seperator between wallet types (fixes #307)

This commit is contained in:
Saivann 2014-02-05 12:43:29 -05:00
parent b27b013741
commit fbaac9ddd7
2 changed files with 19 additions and 7 deletions

View file

@ -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;