CSS arrangement updated. More comments added to .hbs and .css files
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<!-- Set the Content-Security-Policy header to allow inline scripts -->
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;">
|
||||
|
||||
<!--------------- CSS Stylesheets ---------------->
|
||||
|
||||
<!-- CSS on All Pages -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/all-pages-style.css">
|
||||
@@ -27,10 +28,10 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-table.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/league-pages/league-top-scorers.css">
|
||||
|
||||
<!-- League Page Stylesheets -->
|
||||
<!-- Club Page Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-page.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/club-pages/players-table.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-top-scorers.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-players-and-stats-card.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/club-pages/club-information-card.css">
|
||||
|
||||
<title>Group 6 Final Project</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user