mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
b932e28313
commit
b185176815
9 changed files with 387 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue