Remove dark strips from home
This commit is contained in:
parent
4a821995ad
commit
d4f7837ee5
3 changed files with 3 additions and 33 deletions
|
@ -401,9 +401,6 @@ footer a {
|
|||
margin-top: 0;
|
||||
padding-top: 20px;
|
||||
}
|
||||
.search_wrapper {
|
||||
background-color: #2E3641;
|
||||
}
|
||||
.search_wrapper .row {
|
||||
margin-top: 0;
|
||||
padding-top: 20px;
|
||||
|
@ -464,34 +461,7 @@ h2.section {
|
|||
/* **************************** */
|
||||
/* colors */
|
||||
/* **************************** */
|
||||
/*a {
|
||||
color: #689191;
|
||||
}
|
||||
.warning {
|
||||
color: #cc0000;
|
||||
}
|
||||
.tintbox {
|
||||
background-color: #28353D;
|
||||
}
|
||||
.tintbox,
|
||||
.tintbox p,
|
||||
.tintbox a {
|
||||
color: #f8f8f8;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.tintbox a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tintbox.warning {
|
||||
background-color: #cc0000;
|
||||
color: #fff;
|
||||
}
|
||||
.tintbox .note, .tintbox .note a {
|
||||
line-height: 1.2em;
|
||||
font-size: 11px;
|
||||
font-style: italic;
|
||||
}
|
||||
*/
|
||||
|
||||
.wrapper input[type="submit"],
|
||||
.wrapper .button {
|
||||
background-color: #79c1c0;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wrapper somber button-bar">
|
||||
<div class="wrapper button-bar">
|
||||
<div class="row">
|
||||
<div class="col half center mwide">
|
||||
{% spaceless %}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{% load leaflet_storage_tags i18n %}
|
||||
|
||||
{% block maincontent %}
|
||||
{% include "umap/search_bar.html" %}
|
||||
{% if DEMO_SITE %}
|
||||
<div class="wrapper demo-instance-warning">
|
||||
<div class="row">
|
||||
|
@ -11,6 +10,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% include "umap/search_bar.html" %}
|
||||
{% include "umap/about_summary.html" %}
|
||||
{% if showcase_map %}
|
||||
<div class="wrapper showcase-map">
|
||||
|
|
Loading…
Reference in a new issue