Merge remote-tracking branch 'upstream/pull/4295'
This commit is contained in:
commit
83d9f1f164
2 changed files with 3 additions and 20 deletions
|
@ -109,31 +109,14 @@ header {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.logo {
|
img.logo {
|
||||||
width: 30px;
|
|
||||||
height: 30px;
|
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin: 0;
|
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|
||||||
a {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<header class="closed clearfix">
|
<header class="closed clearfix">
|
||||||
<h1>
|
<h1 class="m-0 fw-semibold">
|
||||||
<a href="<%= root_path %>" class="geolink">
|
<a href="<%= root_path %>" class="text-black text-decoration-none geolink">
|
||||||
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
|
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :width => 30, :height => 30, :class => "logo" %>
|
||||||
<%= t "layouts.project_name.h1" %>
|
<%= t "layouts.project_name.h1" %>
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue