mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Set license files and headers for bitcoin.org's content
This commit is contained in:
parent
27f1da3ba8
commit
2a139a51a1
276 changed files with 524 additions and 171 deletions
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
*/
|
||||
|
||||
/*Language specific styles that override default*/
|
||||
|
||||
/*Styles for HTML tags*/
|
||||
|
@ -281,16 +286,16 @@ h2 .rssicon{
|
|||
left:20px;
|
||||
}
|
||||
.wallets .checkgood>div>span{
|
||||
background-image:url(/img/checkbubble_pass_rtl.svg);
|
||||
background-image:url(/img/icons/checkbubble_pass_rtl.svg);
|
||||
}
|
||||
.wallets .checkpass>div>span{
|
||||
background-image:url(/img/checkbubble_pass_rtl.svg);
|
||||
background-image:url(/img/icons/checkbubble_pass_rtl.svg);
|
||||
}
|
||||
.wallets .checkfail>div>span{
|
||||
background-image:url(/img/checkbubble_fail_rtl.svg);
|
||||
background-image:url(/img/icons/checkbubble_fail_rtl.svg);
|
||||
}
|
||||
.wallets .checkneutral>div>span{
|
||||
background-image:url(/img/checkbubble_neutral_rtl.svg);
|
||||
background-image:url(/img/icons/checkbubble_neutral_rtl.svg);
|
||||
}
|
||||
|
||||
.warningicon{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue