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
770cd994
Commit
770cd994
authored
May 10, 2016
by
Dominik Hebeler
Browse files
Layout der Startseite wieder an das Original angepasst
parent
18fc904b
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/css/style.css
View file @
770cd994
...
...
@@ -199,7 +199,7 @@ footer {
width
:
100%
;
}
main
section
ul
li
{
main
ul
li
{
margin
:
0
10px
;
}
...
...
@@ -207,10 +207,10 @@ section#moreInformation ul li {
color
:
grey
;
}
main
section
ul
li
:after
{
main
ul
li
:after
{
}
main
section
ul
{
body
ul
{
list-style-type
:
none
;
text-align
:
center
;
margin-left
:
0
!important
;
...
...
resources/views/index.blade.php
View file @
770cd994
...
...
@@ -117,8 +117,11 @@
</
li
>
</
ul
>
</
figure
>
</
section
>
<
section
id
=
"moreInformation"
class
=
"hidden-xs"
>
@
endsection
@
section
(
'optionalContent'
)
<
section
id
=
"moreInformation"
class
=
"hidden-xs"
>
<
h1
class
=
"hidden"
>
Weitere
Informationen
</
h1
>
<
div
class
=
"row"
>
...
...
@@ -157,4 +160,5 @@
</
ul
>
</
div
>
</
div
>
</
section
>
@
endsection
\ No newline at end of file
resources/views/layouts/staticPages.blade.php
View file @
770cd994
...
...
@@ -141,6 +141,7 @@
@endif
@yield('content')
</main>
@yield('optionalContent')
<footer>
<ul
class=
"list-inline hidden-xs"
>
<li>
...
...
@@ -150,9 +151,7 @@
</li>
<li
id=
"info"
>
<a
href=
"/kontakt/"
>
{{ trans('staticPages.nav5') }}
</a>
-
<a
href=
"/impressum/"
>
{{ trans('staticPages.nav8') }}
</a>
MetaGer wird entwickelt und betrieben vom
<a
href=
"https://www.suma-ev.de/"
target=
"_blank"
>
SUMA-EV - Verein f
ü
r freien Wissenszugang.
</a>
MetaGer wird entwickelt und betrieben vom
<a
href=
"https://www.suma-ev.de/"
target=
"_blank"
>
SUMA-EV - Verein f
ü
r freien Wissenszugang.
</a>
</li>
<li>
<a
href=
"https://www.uni-hannover.de/"
target=
"_blank"
>
...
...
Write
Preview
Supports
Markdown
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