slight css formatting changes
This commit is contained in:
parent
cb01085856
commit
82030aebb3
1 changed files with 5 additions and 5 deletions
10
style.css
10
style.css
|
@ -1,8 +1,8 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
color: #333;
|
||||
background-color:#eee;
|
||||
font-size:1.1em;
|
||||
background-color: #eee;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
a {
|
||||
color: #777;
|
||||
|
@ -16,13 +16,13 @@ article, footer {
|
|||
max-width: 1000px;
|
||||
min-width: 400px;
|
||||
margin: 0 auto;
|
||||
line-height:1.4em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 3em;
|
||||
font-weight: 200;
|
||||
font-family:serif;
|
||||
font-family: serif;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
@ -31,5 +31,5 @@ ul.compact {
|
|||
padding: 0;
|
||||
}
|
||||
ul li {
|
||||
margin-top:5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue