Add content for merchants in the "Getting started" page

This commit is contained in:
Saivann 2013-11-18 16:27:57 -05:00
parent 59cb2d7a47
commit d7883ce34f
5 changed files with 65 additions and 2 deletions

View file

@ -125,6 +125,10 @@ body{
width:42px;
}
.starttitle a{
zoom:1;
display:inline;
}
.start div{
border-top:expression((this.parentNode.getElementsByTagName('DIV')[5]==this)?'1px solid #e0e0e0':'');
}

View file

@ -467,6 +467,16 @@ li p{
display:inline-block;
}
.starttitle{
text-align:center;
}
.starttitle a{
padding:10px;
border-bottom:1px solid #E2E2E2;
font-size:155%;
margin:20px auto;
display:inline-block;
}
.start{
text-align:left;
}