tweak some CSS details, and make sure maposmatic.css is included

last, to be able to override any earlier settings
pull/24/head
Hartmut Holzgraefe 2018-09-18 19:52:51 +00:00
rodzic 84fb0f9548
commit d825148e98
2 zmienionych plików z 17 dodań i 4 usunięć

Wyświetl plik

@ -37,8 +37,6 @@
<link rel="feed" title="{% trans "Maps feed" %}" href="/feed/maps/" />
<link rel="stylesheet" href="/media/css/maposmatic.css" />
<link rel="stylesheet" href="/media/bower/font-awesome/css/font-awesome.min.css">
<script src="/media/bower/jquery/dist/jquery.js"></script>
@ -71,7 +69,9 @@
<script src="/media/bower/Leaflet.RestoreView/leaflet.restoreview.js" charset="utf-8"></script>
<script src="/media/bower/leaflet-gpx/gpx.js"></script>
</head>
<link rel="stylesheet" href="/media/css/maposmatic.css" />
</head>
<body class="{% block body-class %}{% endblock %}">
<nav class="navbar navbar-default navbar-fixed-top">

Wyświetl plik

@ -57,7 +57,7 @@ h2 {
/** Home page styling. */
body.home .hero-unit h1 { margin-left: -5px; margin-bottom: 30px; }
body.home h2 { margin-top: 10px; }
body.home h2 { margin-top: 1px; }
body.home p.actions { margin-top: 30px; }
/** Donate page. */
@ -298,3 +298,16 @@ a.carousel-control { display: none; }
text-align: center;
position: relative;
}
.alert {
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.jumbotron {
padding-top: 10px;
padding-bottom: 10px;
}