diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-02-24 09:57:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-02-24 09:57:04 +0100 |
commit | c11eff882843672deec5540e1009470739f7e128 (patch) | |
tree | b3a22dc6daf14bb9a27c998c2057356f450fe987 | |
parent | d7d62ba605e9c8c93c03fe674d73c76856ab54b1 (diff) |
or use img as h1
-rw-r--r-- | static/styles.css | 4 | ||||
-rw-r--r-- | template/index.html.j2 | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/static/styles.css b/static/styles.css index cc2a0eda..54e13b2c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -5,10 +5,6 @@ left: 0; z-index: 3; } -/* hide h1 tag on front page */ -#frontpagefront h1 { - visibility:hidden; -} .skip { display:none!important; } diff --git a/template/index.html.j2 b/template/index.html.j2 index 601943b3..8881fa25 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -2,8 +2,9 @@ {% block body_content %} <!-- Jumbotron --> <div class="container-logo banner dark text-center" id="frontpagefront"> - <h1>Welcome to GNUnet</h1> - <img alt="GNUnet logo" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> + <h1> + <img alt="GNUnet" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> + </h1> </div> <article> <div class="jumbotron"> |