fixed merge

This commit is contained in:
Lars van Hijfte
2017-01-11 11:13:04 +01:00
8 changed files with 116 additions and 1 deletions

View File

@@ -41,6 +41,16 @@ body {
border: 0;
}
input[type="submit"], button {
background-color: #845663;
color: white;
padding: 5px;
}
input[type="text"] {
padding: 5px;
}
/* Move element down (clear), below floating elements */
.clear {
clear: both;