Browse Source

Add more CSS

master
Noëlle 3 years ago
parent
commit
84d43acd5d
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      assets/kobold.css
  2. 1
    1
      koboldgen.py

+ 5
- 0
assets/kobold.css View File

@@ -16,6 +16,11 @@
float: left;
}

#thekobolds {
padding-top: 10px;
padding-bottom: 10px;
}

.kobold {
float: left;
padding-right: 20px;

+ 1
- 1
koboldgen.py View File

@@ -325,7 +325,7 @@ class Campaign:
for k in self.characters:
k.print(html=html)
if html:
print(f"</div>\n")
print(f"</div>\n<br clear='all'>\n")

if __name__ == "__main__":
parser = argparse.ArgumentParser()

Loading…
Cancel
Save