Skip to content

Commit

Permalink
Fix styles to try to fit floor plan on one page -- good enough if one…
Browse files Browse the repository at this point in the history
… just prints the second page. Bump year to 2025.
  • Loading branch information
MarkNahabedian committed Mar 8, 2024
1 parent bb08e81 commit 8e11204
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Facilities/CRMII/NEMS-layout-2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
content="width=device-width, initial-scale=1">
<link href="../../shared-styles.css"
rel="stylesheet"/>
<style>
h1 {
font-size: 12pt;
}
#floor_plan_svg {
object-fit: contain;
}
/* This appears to have no effect in Google Chrome: */
@media print (.pointer-position) {
display: none;
}
</style>
<script type="text/javascript"
src="../../placement.js"></script>
<script type="text/javascript">
Expand All @@ -26,7 +38,7 @@
id="selection-overlay">
</svg>

<h1>2024 NEMS Layout, CRMII Jachson Room</h1>
<h1>2025 NEMS Layout, CRMII Jachson Room</h1>
<p>

</p>
Expand Down

0 comments on commit 8e11204

Please sign in to comment.