[bridgedb/develop] Change base.html template background to use <body style="...">.

commit a27070b26e95b1cf5388ff43613751fd0ef3f364 Author: Isis Lovecruft <isis@torproject.org> Date: Thu Jan 15 20:41:44 2015 +0000 Change base.html template background to use <body style="...">. --- lib/bridgedb/templates/base.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html index 69a4a80..0c80e46 100644 --- a/lib/bridgedb/templates/base.html +++ b/lib/bridgedb/templates/base.html @@ -32,7 +32,11 @@ span { % endif </head> -<body> +<body style="background: url(/assets/tor-roots-blue.svg); + background-repeat: no-repeat; + background-attachment: scroll; + background-position: 2% 100px; + background-size: 23%;"> <div class="container-narrow"> <div class="masthead"> <div class="nav nav-tabs"> @@ -45,12 +49,6 @@ span { </li> </ul> </div> - <p style="float: left; text-align: left; - margin-left: -23%; margin-bottom: -30%;"> - <a href="https://www.torproject.org"> - <img src="/assets/tor-roots-blue.svg" - height="23%" width="23%"/></a> - </p> </div>
participants (1)
-
isis@torproject.org