17 lines
189 B
CSS
17 lines
189 B
CSS
body {
|
|
max-width: 900px;
|
|
margin: auto;
|
|
}
|
|
#header {
|
|
text-align: center;
|
|
}
|
|
#post-edit img {
|
|
width: 20px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|