Skip to content

Commit

Permalink
Fixing path for stylesheets
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Papagiannis <[email protected]>
  • Loading branch information
2 people authored and AdrianoDee committed Jun 18, 2024
1 parent 6ae61cf commit 23e0cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Utilities/RelMon/python/directories2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def get_page_header(directory=None, standalone=False, additional_header=""):
'<head>'+\
'<title>RelMon Summary</title>'+\
'<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>' + \
'<link rel="stylesheet" href="%s/style/blueprint/screen.css" type="text/css" media="screen, projection">'%style_location+\
'<link rel="stylesheet" href="%s/style/blueprint/print.css" type="text/css" media="print">'%style_location+\
'<link rel="stylesheet" href="%s/style/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">'%style_location+\
'<link rel="stylesheet" href="%s/screen.css" type="text/css" media="screen, projection">'%style_location+\
'<link rel="stylesheet" href="%s/print.css" type="text/css" media="print">'%style_location+\
'<link rel="stylesheet" href="%s/fancy-type-screen.css" type="text/css" media="screen, projection">'%style_location+\
'<style type="text/css">'+\
'.rotation {display: block;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg); }'+\
'%s'%style+\
Expand Down

0 comments on commit 23e0cc4

Please sign in to comment.