More design tweaks

This commit is contained in:
Stefan Ritter 2012-01-22 21:35:00 +01:00
parent 7c7a11f430
commit acf4bb943a
1 changed files with 4 additions and 9 deletions

View File

@ -92,27 +92,22 @@ li {
.sidebar {
background: #eee;
float: right;
padding: 0px 10px 0px 10px;
margin: 10px 0px 0px 10px;
padding: 10px 10px 10px 10px;
margin: 20px 0px 0px 10px;
}
.linklist, .taglist, .monthlist {
padding-bottom: 10px;
}
.linklist_title {
padding-top: 10px;
padding-bottom: 5px;
}
.linklist_title, .taglist_title, .monthlist_title {
font-weight: bold;
padding-bottom: 10px;
padding: 5px 0px 10px 0px;
}
.entries {
padding-top: 20px;
width: 750px;
float: both;
}
.entry {