mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
Improve homepage design further
This commit is contained in:
parent
b6601e5bc4
commit
ec4461d0f7
@ -82,6 +82,10 @@ a:hover {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.button, .buttonset li a, input[type=submit] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button, .buttonset li a, input[type=submit], input[type=text],
|
||||
input[type=password], textarea, select {
|
||||
text-align: center;
|
||||
@ -137,6 +141,7 @@ select:not([multiple]) {
|
||||
border: 1px solid rgba(255,255,255,0.17);
|
||||
border: 1px solid #555;
|
||||
text-decoration: none;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.btn_green {
|
||||
|
@ -34,6 +34,10 @@ header p {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
header input {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #999;
|
||||
padding: 30px 0;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
Dashboard
|
||||
Welcome
|
||||
{% endblock %}
|
||||
|
||||
{% block container %}
|
||||
|
Loading…
Reference in New Issue
Block a user