1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 08:10:10 +00:00

Adjust CSS file for Modern:PDF and Compact:PDF.

Use the dedicated PDF CSS file even if it's sometimes identical to the
HTML CSS file.
This commit is contained in:
hacksalot 2016-01-29 16:04:23 -05:00
parent 547d38c766
commit 7337f6d280
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ RAW.name }}</title> <title>{{ RAW.name }}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
{{{styleSheet "compact-html.css"}}} {{{styleSheet "compact-pdf.css"}}}
</head> </head>
<body> <body>
<main> <main>

View File

@ -45,7 +45,7 @@
available that allows us to do either, conditionally. available that allows us to do either, conditionally.
--> }} --> }}
{{{styleSheet "modern-html.css"}}} {{{styleSheet "modern-pdf.css"}}}
{{! <!-- {{! <!--
Now, depending on options, "modern-html.css" will either be embedded Now, depending on options, "modern-html.css" will either be embedded