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 {
|
.page-header {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #101010;
|
background-color: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
.images {
|
.images {
|
||||||
|
@ -104,7 +103,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
form.f-search {
|
form.f-search {
|
||||||
float: right;
|
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -137,7 +135,6 @@ form.f-search button:hover {
|
||||||
|
|
||||||
/* Clear floats */
|
/* Clear floats */
|
||||||
form.f-search::after {
|
form.f-search::after {
|
||||||
content: "";
|
|
||||||
clear: both;
|
clear: both;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue