Revert "Add jumbotron background"

This reverts commit e5f61f2dc6587c955d8a1203fb38eab44a969124.
This commit is contained in:
rubenwardy 2018-05-26 18:14:32 +01:00
parent 3d5a6dc32a
commit c358c8b148
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
3 changed files with 1 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 KiB

@ -99,14 +99,6 @@ a:hover {
font-size: 100%; font-size: 100%;
} }
header {
.button, .buttonset li a, input[type=submit], input[type=text],
input[type=password], textarea, select, .multichoice_selector {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
}
}
input[type=text], input[type=password], textarea, select, .multichoice_selector { input[type=text], input[type=password], textarea, select, .multichoice_selector {
text-align: left; text-align: left;
} }

@ -31,9 +31,7 @@ header h1, header p, header form {
header { header {
padding: 30px; padding: 30px;
background: #258 url("jumbotron.png"); background: #258;
background-position: center;
background-size: cover;
} }
header p { header p {