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
14d6bfd8
Commit
14d6bfd8
authored
Oct 14, 2016
by
Phil Höfer
Browse files
listen auf startseite css fix
parent
2f8baff9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
14d6bfd8
...
...
@@ -6675,7 +6675,7 @@ button.close {
body
.quicktips
{
background-color
:
white
;
}
ul
.s
ponsors
{
ul
.s
tartpage
{
list-style-type
:
none
;
}
/*
...
...
public/css/themes/default.css.map
View file @
14d6bfd8
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/metager.less
View file @
14d6bfd8
...
...
@@ -4,7 +4,7 @@ body.quicktips {
background-color: white;
}
ul.s
ponsors
{
ul.s
tartpage
{
list-style-type: none;
}
...
...
resources/views/index.blade.php
View file @
14d6bfd8
...
...
@@ -228,7 +228,7 @@
<
div
class
=
"row"
>
<
div
id
=
"sponsors"
class
=
"col-md-6 col-sm12"
>
<
h2
>
{{
trans
(
'index.sponsors.head.2'
)
}}
</
h2
>
<
ul
class
=
"s
ponsors
"
>
<
ul
class
=
"s
tartpage
"
>
<
li
>
{
!!
trans
(
'index.sponsors.woxikon'
)
!!
}
</
a
>
</
li
>
...
...
@@ -244,7 +244,7 @@
<
h2
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
about
") }}"
>
{{
trans
(
'index.about.title'
)
}}
</
a
>
</
h2
>
<
ul
>
<
ul
class
=
"startpage"
>
<
li
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
datenschutz
") }}"
>
{{
trans
(
'index.about.1.1'
)
}}
</
a
>
{{
trans
(
'index.about.1.2'
)
}}
</
li
>
...
...
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