CSS : Adapt the top bar instead of replacing it by a wide button;
HTML : Remove unused code, consequent to the CSS modifications.
This commit is contained in:
parent
43f285e008
commit
458e88a817
6 changed files with 47 additions and 72 deletions
|
@ -36,12 +36,6 @@
|
|||
|
||||
</div>
|
||||
<div id="profile">
|
||||
<div>
|
||||
<a id="download-narrow" href="https://xmpp.org/software/">
|
||||
<img id="logo-narrow" src="/img/logo.svg" />
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
{% if note %}
|
||||
<h2>{{note}}</h2>
|
||||
|
|
|
@ -58,12 +58,6 @@
|
|||
</div>
|
||||
<div id="container-of-profile">
|
||||
<div id="profile">
|
||||
<div>
|
||||
<a id="download-narrow" href="https://xmpp.org/software/">
|
||||
<img id="logo-narrow" src="/img/logo.svg" />
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
{% if filename %}
|
||||
<div id="graphics">
|
||||
|
|
|
@ -27,18 +27,13 @@
|
|||
<a href="https://xmpp.org">
|
||||
<img id="logo" src="/img/logo-wordmark-horizontal.svg" />
|
||||
</a>
|
||||
<span id="space" />
|
||||
<a id="download" href="https://xmpp.org/software/">
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<div id="container-of-profile">
|
||||
<div id="profile">
|
||||
<div>
|
||||
<a id="download-narrow" href="https://xmpp.org/software/">
|
||||
<img id="logo-narrow" src="/img/logo.svg" />
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<h1>FASI</h1>
|
||||
<h3>Fast And Sleek Invite</h3>
|
||||
<div>
|
||||
|
|
|
@ -36,12 +36,6 @@
|
|||
|
||||
</div>
|
||||
<div id="profile">
|
||||
<div>
|
||||
<a id="download-narrow" href="https://xmpp.org/software/">
|
||||
<img id="logo-narrow" src="/img/logo.svg" />
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
{% if note %}
|
||||
<h2>{{note}}</h2>
|
||||
|
|
|
@ -31,12 +31,6 @@
|
|||
</div>
|
||||
<div id="container-of-profile">
|
||||
<div id="profile">
|
||||
<div>
|
||||
<a id="download-narrow" href="https://xmpp.org/software/">
|
||||
<img id="logo-narrow" src="/img/logo.svg" />
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
<h1>{{title}}</h1>
|
||||
{% if note %}
|
||||
<h3>{{note}}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue