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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,7 @@
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font: 10pt arial;
|
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue