Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
emilie.lecorre
lama-addons
Commits
e6079f71
Commit
e6079f71
authored
Apr 30, 2019
by
peachaku
Browse files
Firefox bug correction
parent
65eccd00
Changes
5
Hide whitespace changes
Inline
Side-by-side
css/fontawesome.css
→
css/fontawesome
X
.css
View file @
e6079f71
File moved
css/main.css
View file @
e6079f71
...
...
@@ -16,7 +16,7 @@ a[name="SMASHLink"].smash-link {
text-align
:
center
!important
;
vertical-align
:
middle
!important
;
text-decoration
:
none
!important
;
font-family
:
"ubuntu"
,
sans-serif
!important
;
font-family
:
"Segoe UI"
,
"ubuntu"
,
sans-serif
!important
;
font-size
:
11px
!important
;
text-shadow
:
0.5px
0.5px
#0050b5
!important
;
}
...
...
@@ -35,7 +35,7 @@ a[name="SMASHLink"].smash-link:active {
a
[
name
=
"SMASHLink"
]
.smash-link
:before
{
font-family
:
"Font
Awesome
5 Free
"
;
font-family
:
"FontAwesome
X
"
;
font-weight
:
400
;
content
:
"\f0e7"
;
}
css/solid.css
View file @
e6079f71
@font-face
{
font-family
:
'Font
Awesome
5 Free
'
;
font-family
:
'FontAwesome
X
'
;
font-style
:
normal
;
font-weight
:
900
;
font-display
:
auto
;
...
...
@@ -9,5 +9,5 @@
.fa
,
.fas
{
font-family
:
'Font
Awesome
5 Free
'
;
font-family
:
'FontAwesome
X
'
;
font-weight
:
900
;
}
manifest.json
View file @
e6079f71
...
...
@@ -41,7 +41,7 @@
],
"css"
:
[
"css/main.css"
,
"css/fontawesome.css"
,
"css/fontawesome
X
.css"
,
"css/solid.css"
]
},
...
...
popup.html
View file @
e6079f71
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<link
href=
"css/fontawesome.css"
rel=
"stylesheet"
>
<link
href=
"css/fontawesome
X
.css"
rel=
"stylesheet"
>
<link
href=
"css/solid.css"
rel=
"stylesheet"
>
<style>
body
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment