Skip to content
Snippets Groups Projects
Commit bbcdaae0 authored by karl's avatar karl
Browse files

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

parent 568ffb77
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