We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbf630 commit fbb0702Copy full SHA for fbb0702
app/styles/components/mcac-header.scss
@@ -25,12 +25,6 @@
25
margin-left: 0;
26
}
27
28
-
29
- abbr[title] {
30
- border-style: none;
31
- position: absolute;
32
- cursor: pointer;
33
- }
34
35
36
&.hiding-menu.hidden {
app/templates/components/mcac-header.hbs
@@ -2,8 +2,7 @@
2
<div class="container">
3
<div class="navbar-header">
4
{{#link-to "index" class="navbar-brand"}}
5
- <i class="icon-cma logo"></i>
6
- <abbr title="Montreal Chinese Alliance Church">MCAC</abbr>
+ <i class="icon-cma logo"></i> MCAC
7
{{/link-to}}
8
</div>
9
0 commit comments