Merge branch 'license'

This commit is contained in:
Saivann 2014-11-28 10:54:28 -05:00
commit 64a6f780be
276 changed files with 527 additions and 172 deletions

View file

@ -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*/
@ -271,16 +276,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{