include cockpit.css to fix break in Cockpit 273

`cockpit.css` was removed from `/usr/share/cockpit/base1`
in cockpit-project/cockpit#17486
This commit is contained in:
joshuaboud 2022-08-05 15:49:10 -03:00
parent ba615bd2f2
commit c8d3edc933
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
2 changed files with 1 additions and 1 deletions

BIN
navigator/cockpit.css.gz Normal file

Binary file not shown.

View File

@ -22,7 +22,7 @@
<meta charset="utf-8">
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="../base1/cockpit.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./cockpit.css">
<link href="style.css" type="text/css" rel="stylesheet">
<link href="fontawesome/css/all.min.css" rel="stylesheet">
<script src="fontawesome/attribution.js"></script>