fix inconsistencies
This commit is contained in:
parent
14bd2d5e24
commit
54fd058620
2 changed files with 2 additions and 4 deletions
|
@ -149,13 +149,13 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
.content_wrapper ul {
|
||||
margin: 10px inherit;
|
||||
color: #eee;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
li {
|
||||
.content_wrapper li {
|
||||
margin: 10px 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,9 +5,7 @@
|
|||
|
||||
<style type="text/css">
|
||||
body {
|
||||
font: 10pt arial;
|
||||
background-color: #222;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue