Skip to content
Snippets Groups Projects
Commit 0f039cb8 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

First fixes

parent 4231a8d1
No related branches found
No related tags found
1 merge request!3835Image column fix application.
......@@ -31,7 +31,7 @@ img {
text-indent: -10000px;
}
.imageColumn {
.imageColumn { /* TODO: this is mostly a copy of imageRef to get its flex features working properly. They can probably be removed from imageRef at some point */
display: flex;
flex-direction: column;
flex-wrap: wrap;
......
......@@ -5,6 +5,17 @@
<<if $Bodyguard != 0>>
<<setLocalPronouns $Bodyguard>>
<span id="artFrame">
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $Bodyguard 2 0>></div>
<<else>>
<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $Bodyguard 2 0>></div>
<</if>>
<</if>>
/* 000-250-006 */
</span>
<</if>>
One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <<if $Bodyguard != 0>>$Bodyguard.slaveName is walking with you, of course; $his presence protection, intimidation, and ostentation, all in one.<</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment