Give this div an id, #theme_links.
This commit is contained in:
parent
47c4790d36
commit
adb691405c
1 changed files with 3 additions and 3 deletions
|
@ -21,13 +21,13 @@ body
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
body > #motd,
|
body > #motd,
|
||||||
body > div,
|
body > #theme_links,
|
||||||
body > .nice_link
|
body > .nice_link
|
||||||
{
|
{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
body > div
|
#theme_links
|
||||||
{
|
{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
|
@ -77,7 +77,7 @@ body > div
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="nice_link" href="/login">Log in</a>
|
<a class="nice_link" href="/login">Log in</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
<div id="theme_links">
|
||||||
<a class="nice_link" href="/?theme=turquoise">Turquoise</a>
|
<a class="nice_link" href="/?theme=turquoise">Turquoise</a>
|
||||||
<a class="nice_link" href="/?theme=slate">Slate</a>
|
<a class="nice_link" href="/?theme=slate">Slate</a>
|
||||||
<a class="nice_link" href="/?theme=pearl">Pearl</a>
|
<a class="nice_link" href="/?theme=pearl">Pearl</a>
|
||||||
|
|
Loading…
Reference in a new issue