Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b0d5544e
Commit
b0d5544e
authored
Oct 04, 2018
by
Karl Hasselbring
Browse files
Outlink Symbole werden wieder angezeigt
parent
1f752832
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/general.less
View file @
b0d5544e
...
...
@@ -246,11 +246,11 @@ summary {
.inlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1
'
Font
Awesome
5 Free'
;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f
08e
";
content: "\f
35d
";
}
}
...
...
@@ -258,11 +258,11 @@ summary {
.outlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font: normal normal normal 14px/1
'
Font
Awesome
5 Free'
;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f
08e
";
content: "\f
35d
";
}
}
...
...
resources/assets/less/metager/result-page.less
View file @
b0d5544e
...
...
@@ -124,6 +124,9 @@ body {
.alert ul {
list-style-type: none;
padding-left: 49px;
@media (max-width: @screen-xs-max) {
padding-left: 0px;
}
}
.fa.fa-twitter {
...
...
resources/views/index.blade.php
View file @
b0d5544e
...
...
@@ -27,7 +27,7 @@
<
ul
class
=
"startpage"
>
@
foreach
(
$sponsors
as
$link
)
<
li
class
=
"sponsor"
>
<
a
href
=
"{{
$link->link
}}"
target
=
"_blank"
rel
=
"noopener"
><
p
>
{{
$link
->
linktext
}}
</
p
>
<
i
class
=
"fa fa-external-link"
></
i
></
a
>
<
a
href
=
"{{
$link->link
}}"
target
=
"_blank"
rel
=
"noopener"
><
p
>
{{
$link
->
linktext
}}
</
p
>
<
i
class
=
"fa fa-external-link
-alt
"
></
i
></
a
>
</
li
>
@
endforeach
</
ul
>
...
...
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