Skip to content
Snippets Groups Projects
Commit 4ac4e537 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '4-team-seite' into 'master'

+ Added team.css to overwrite style.css' list settings

Closes #4

See merge request !18
parents 4623b7e5 bbcdaae0
No related branches found
No related tags found
1 merge request!18+ Added team.css to overwrite style.css' list settings
......@@ -36,7 +36,8 @@
Route::get('team', function()
{
return view('team.team')
->with('title', 'Team');
->with('title', 'Team')
->with('css', 'team.css');
});
Route::get('team/pubkey-wsb', function()
{
......
#teamList {
list-style-type: disc;
text-align: left;
}
\ No newline at end of file
......@@ -5,7 +5,7 @@
@section('content')
<h1>Team
</h1>
<ul>
<ul id="teamList">
<li>
<a href="https://de.wikipedia.org/wiki/Wolfgang_Sander-Beuermann" target="_blank">Sander-Beuermann, Wolfgang
</a>, Dr.-Ing. - Geschäftsführer, Vorstand -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment