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:
parent
547d38c766
commit
7337f6d280
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user