Removed the common CSS from extras templates that don't need it.

master
Pacman Ghost 5 years ago
parent 9b0db53799
commit 06983b9cb3
  1. 5
      vasl_templates/webapp/data/default-template-pack/extras/count-remaining.j2
  2. 5
      vasl_templates/webapp/data/default-template-pack/extras/victory-points.j2

@ -24,9 +24,6 @@
<em> Squads only, not squad-equivalents. </em>
</table> -->
<head>
<style> {{CSS:common}} </style>
</head>
<!-- vasl-templates:comment We don't include common.css because it's not necessary, and we want to keep the generated snippet short. -->
{# NOTE: We specify the font size in pixels, rather than as a percentage, since this label should be added to a counter. #}
<div style="font-size:12px;font-weight:bold;"> {{COUNT:/3|Number}}

@ -4,9 +4,6 @@
<!-- vasl-templates:description Add a label to keep track of your victory points, and press <i>Ctrl-L</i> when you need to update them. -->
<!-- vasl-templates:comment The HTML is deliberately malformed, so that the number remaining is the last thing in snippet, which makes it easier to change during the course of a game. -->
<head>
<style> {{CSS:common}} </style>
</head>
<!-- vasl-templates:comment We don't include common.css because it's not necessary, and we want to keep the generated snippet short. -->
<div style="font-size:110%">
<b>{{TYPE:Victory Points::Casualty VP::Exit VP|Type}}:</b> 0

Loading…
Cancel
Save