Redesign 1 bcrypt #226

Merged
bones7242 merged 156 commits from redesign-1-bcrypt into master 2017-10-30 15:55:14 +01:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit ff2d6c69d1 - Show all commits

View file

@ -26,7 +26,7 @@ html, body {
.page-contents {
margin: 0px auto;
padding: 0px;
height: calc(100% - 5rem);
height: calc(100% - 7rem);
max-width: 1200px;
}
/* TEXT */

View file

@ -28,6 +28,7 @@
<script src="/assets/js/dropzoneFunctions.js"></script>
<script src="/assets/js/createChannelFunctions.js"></script>
<script src="/assets/js/navBarFunctions.js"></script>
{{> releaseBanner}}
{{> navBar}}
<div class="page-contents">
{{{ body }}}

View file

@ -0,0 +1,3 @@
<div id="new-release-banner" style="font-size: small; background-color: dodgerblue; color: white; text-align: center; display: block">
Hi there! You've stumbled upon the new version of spee&#60;h, launching October 23, 2017! Send us your feedback in <a style="color:white; text-decoration: underline" target="_blank" href="https://slack.lbry.io/">our slack</a>
</div>