hakyll/examples/rssblog/css/default.css

18 lines
297 B
CSS
Raw Normal View History

2010-01-02 18:57:12 +00:00
body {
width: 600px;
margin: 0px auto 0px auto;
}
div#navigation {
text-align: center;
border-bottom: 4px solid black;
}
div#navigation a {
color: white;
text-decoration: none;
background-color: black;
padding: 3px 10px 3px 10px;
margin: 0px 10px 0px 10px;
}