mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Merge pull request #118 from bitcoin/securewallet
add secure-your-wallet page
This commit is contained in:
commit
41aafd1dce
6 changed files with 108 additions and 19 deletions
|
@ -26,7 +26,7 @@ h2{
|
|||
}
|
||||
h3{
|
||||
color:#383838;
|
||||
font-size:100%;
|
||||
font-size:110%;
|
||||
}
|
||||
h1 img,h2 img,h3 img{
|
||||
vertical-align:middle;
|
||||
|
@ -401,6 +401,16 @@ li{
|
|||
border:2px dashed #4892b2;
|
||||
padding:0px 20px 0px 20px;
|
||||
}
|
||||
.boxexpand{
|
||||
height:56px;
|
||||
overflow:hidden;
|
||||
transition:height 400ms ease-out;
|
||||
-moz-transition:height 400ms ease-out;
|
||||
-webkit-transition:height 400ms ease-out;
|
||||
}
|
||||
.boxexpand h3>a:link,.boxexpand h3>a:visited,.boxexpand h3>a:active{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.titlelight{
|
||||
color:#a0a0a0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue