fix inconsistencies

This commit is contained in:
ajuvercr 2020-04-07 11:38:30 +02:00
parent 14bd2d5e24
commit 54fd058620
2 changed files with 2 additions and 4 deletions

View file

@ -149,13 +149,13 @@
text-align: center; text-align: center;
} }
ul { .content_wrapper ul {
margin: 10px inherit; margin: 10px inherit;
color: #eee; color: #eee;
font-size: 1.5em; font-size: 1.5em;
} }
li { .content_wrapper li {
margin: 10px 10px; margin: 10px 10px;
} }

View file

@ -5,9 +5,7 @@
<style type="text/css"> <style type="text/css">
body { body {
font: 10pt arial;
background-color: #222; background-color: #222;
} }