Skip to content

Commit fbb0702

Browse files
committed
Remove abbr tag because of firefox formatting
1 parent 4cbf630 commit fbb0702

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/styles/components/mcac-header.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
margin-left: 0;
2626
}
2727
}
28-
29-
abbr[title] {
30-
border-style: none;
31-
position: absolute;
32-
cursor: pointer;
33-
}
3428
}
3529

3630
&.hiding-menu.hidden {

app/templates/components/mcac-header.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<div class="container">
33
<div class="navbar-header">
44
{{#link-to "index" class="navbar-brand"}}
5-
<i class="icon-cma logo"></i>
6-
<abbr title="Montreal Chinese Alliance Church">MCAC</abbr>
5+
<i class="icon-cma logo"></i> MCAC
76
{{/link-to}}
87
</div>
98
</div>

0 commit comments

Comments
 (0)