Browse Source

Formatting

master
Noëlle 3 years ago
parent
commit
09586ef52a
2 changed files with 9 additions and 1 deletions
  1. 8
    0
      assets/kobold.css
  2. 1
    1
      koboldgen.py

+ 8
- 0
assets/kobold.css View File

@@ -36,6 +36,14 @@
font-weight: bold;
}

#shipquality1 {
color: blue;
}

#shipquality2 {
color: red;
}

#themission {
float: left;
}

+ 1
- 1
koboldgen.py View File

@@ -783,7 +783,7 @@ class Campaign:
f"<div id='themission' class='firstrow'>\n"
f" <span class='head'>The Mission</span>\n"
f" <span id='missionloc'>\n"
f" The kobolds have been sent to {self.art} {self.params.loc_desc} {self.params.location}!\n"
f" The kobolds have been sent to {self.art} {self.params.loc_desc} {self.params.location}\n"
f" </span><br>\n"
f" <span id='missiontarget'>\n"
f" in order to {mission}!\n"

Loading…
Cancel
Save