From 677fb2d8b6d2cc46a0fde331169720af1f120703 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 29 Apr 2014 11:29:56 +0200 Subject: differentiate demo.bitmask.net from bitmask (Feature #5520) --- files/webapp/stylesheets/tail.scss | 4 ++++ files/webapp/views/home/_content.html.haml | 1 - files/webapp/views/home/_masthead.html.haml | 11 +---------- 3 files changed, 5 insertions(+), 11 deletions(-) (limited to 'files/webapp') diff --git a/files/webapp/stylesheets/tail.scss b/files/webapp/stylesheets/tail.scss index e7b362d..477cbe1 100644 --- a/files/webapp/stylesheets/tail.scss +++ b/files/webapp/stylesheets/tail.scss @@ -12,6 +12,10 @@ padding: 0; font-size: 26px; line-height: 96px; + small { + font-size: 50%; + opacity: 50%; + } } } diff --git a/files/webapp/views/home/_content.html.haml b/files/webapp/views/home/_content.html.haml index fbca554..46fa336 100644 --- a/files/webapp/views/home/_content.html.haml +++ b/files/webapp/views/home/_content.html.haml @@ -5,4 +5,3 @@ = render 'common/home_page_buttons', :divider => 'home/bitmask' - = render 'text' \ No newline at end of file diff --git a/files/webapp/views/home/_masthead.html.haml b/files/webapp/views/home/_masthead.html.haml index bce5505..bd8ea3e 100644 --- a/files/webapp/views/home/_masthead.html.haml +++ b/files/webapp/views/home/_masthead.html.haml @@ -1,15 +1,6 @@ #masthead .text - .title Bitmask + .title Bitmask DEMO .tagline Encrypted communication for mere mortals
(superheroes welcome, too). .navcontainer .navheader - %ul.nav.nav-pills - %li - %a{href:"#how-it-works"} How it works - %li - %a{href:"#providers"} Supported providers - %li - %a{href:"#about-us"} About us - %li - %a{href:"#code"} Fork our code -- cgit v1.2.3