Rewrite Innovation page

Change layout to display two texts by column
Add more texts about Bitcoin contracts and real use cases
Drop or improve existing texts
This commit is contained in:
Saivann 2013-10-07 10:09:55 -04:00
parent b932e28313
commit b185176815
9 changed files with 387 additions and 26 deletions

View file

@ -580,6 +580,18 @@ li p{
color:#8c8c8c;
}
.tablehalf{
width:885px;
position:relative;
left:-40px;
}
.tablehalf div{
display:inline-block;
width:400px;
vertical-align:top;
margin-left:40px;
}
.contributors{
width:900px;
text-align:left;
@ -1181,6 +1193,15 @@ h2 .rssicon{
.contributors{
width:auto;
}
.tablehalf{
position:static;
width:auto;
}
.tablehalf div{
display:block;
width:auto;
margin:0px;
}
.preview{
display:none;
}