Merge pull request #118 from bitcoin/securewallet

add secure-your-wallet page
This commit is contained in:
saivann 2013-04-20 02:12:38 -07:00
commit 41aafd1dce
6 changed files with 108 additions and 19 deletions

View file

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