From bbcdaae0d491166be754dd7402de832ff2b67b86 Mon Sep 17 00:00:00 2001 From: karl <karl@suma-ev.de> Date: Tue, 10 May 2016 15:25:16 +0200 Subject: [PATCH] + Added team.css to overwrite style.css' list settings --- app/Http/routes.php | 3 ++- public/css/team.css | 4 ++++ resources/views/team/team.blade.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 public/css/team.css diff --git a/app/Http/routes.php b/app/Http/routes.php index 6cbb84cd8..43a2f470d 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -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() { diff --git a/public/css/team.css b/public/css/team.css new file mode 100644 index 000000000..7264944f3 --- /dev/null +++ b/public/css/team.css @@ -0,0 +1,4 @@ +#teamList { + list-style-type: disc; + text-align: left; +} \ No newline at end of file diff --git a/resources/views/team/team.blade.php b/resources/views/team/team.blade.php index 786d95a42..704438654 100644 --- a/resources/views/team/team.blade.php +++ b/resources/views/team/team.blade.php @@ -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 - -- GitLab