Style Changes
This commit is contained in:
parent
18367d2469
commit
06f35830c3
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,9 @@ body {
|
|||
}
|
||||
|
||||
.page-header {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: #101010;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
.images {
|
||||
|
@ -104,7 +103,6 @@ body {
|
|||
}
|
||||
|
||||
form.f-search {
|
||||
float: right;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
|
@ -137,7 +135,6 @@ form.f-search button:hover {
|
|||
|
||||
/* Clear floats */
|
||||
form.f-search::after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue