Print styles

Because of school project requirements
This commit is contained in:
Vojtěch Sajdl
2017-12-13 12:30:10 +01:00
parent cb0eb4e826
commit 83e72e2f4c
2 changed files with 110 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ function render_header($page_name, $admin = false){
<meta name="description" content="Current service status for <?php echo NAME;?> can be found here as well as incident history.">
<link rel="shortcut icon" href="/favicon.ico" type="image/png">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/main.css" media="screen">
<link rel="stylesheet" href="/css/print.css" media="print">
<link href="/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>