diff --git a/data/magic-firepenguinmastersplit.mse-style/style b/data/magic-firepenguinmastersplit.mse-style/style
index 76dc7d5e..dd163697 100644
--- a/data/magic-firepenguinmastersplit.mse-style/style
+++ b/data/magic-firepenguinmastersplit.mse-style/style
@@ -247,9 +247,9 @@ card style:
############################# Card type
type:
left: 90.11
- top : 220
+ top : 223
width: 152.38
- height: 13.85
+ height: 10.85
alignment: top shrink-overflow
z index: 1
padding top: 2
@@ -260,9 +260,9 @@ card style:
separator color: rgb(128,128,128)
type 2:
left: 343.6
- top : 220
+ top : 223
width: 152.38
- height: 13.85
+ height: 10.85
alignment: top shrink-overflow
z index: 1
padding top: 2
diff --git a/data/magic-new-promo.mse-style/style b/data/magic-new-promo.mse-style/style
index 990e9bb6..dc221937 100644
--- a/data/magic-new-promo.mse-style/style
+++ b/data/magic-new-promo.mse-style/style
@@ -166,18 +166,10 @@ card style:
type:
left: 33
- top : 317
+ top : 309
width: 286
height: 18
- alignment:
- script:
- if (styling.center_text == "short text only" and
- not contains(match:"\n", card.rule_text) and
- card.flavor_text == "" and
- card_style.text.content_lines <= 2) or
- styling.center_text == "always"
- then "top center shrink-overflow"
- else "top left shrink-overflow"
+ alignment: top shrink-overflow
z index: 1
font:
name: Matrix
@@ -191,7 +183,7 @@ card style:
############################# Text box
text:
left: 31
- top : 328
+ top : 330
width: 311
height: 138
font:
@@ -210,7 +202,15 @@ card style:
then "magic-mana-large"
else "magic-mana-small"
size: 14
- alignment: middle left
+ alignment:
+ script:
+ if (styling.center_text == "short text only" and
+ not contains(match:"\n", card.rule_text) and
+ card.flavor_text == "" and
+ card_style.text.content_lines <= 2) or
+ styling.center_text == "always"
+ then "top center shrink-overflow"
+ else "top left shrink-overflow"
z index: 2
padding left: 4
padding top: 2