Some design tweaks
This commit is contained in:
parent
9aec5ab42e
commit
9aaf6b845d
@ -5,7 +5,7 @@
|
||||
|
||||
body, html {
|
||||
background: white;
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
margin: auto;
|
||||
font-family: "PT Sans Narrow", sans-serif;
|
||||
font-size: 12pt;
|
||||
@ -30,14 +30,14 @@ a {
|
||||
.rss {
|
||||
position: absolute;
|
||||
top: 82px;
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.atom {
|
||||
position: absolute;
|
||||
top: 82px;
|
||||
margin-left: 20px;
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.rss_link, .atom_link {
|
||||
@ -46,7 +46,7 @@ a {
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
text-align: center;
|
||||
border-bottom: 2px solid #666;
|
||||
}
|
||||
@ -66,7 +66,7 @@ a {
|
||||
}
|
||||
|
||||
.pages {
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
border-bottom: 2px solid #666;
|
||||
text-align: center;
|
||||
}
|
||||
@ -88,23 +88,30 @@ a {
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: absolute;
|
||||
right: 100px;
|
||||
top: 84px;
|
||||
background: #eee;
|
||||
float: right;
|
||||
padding-left: 30px;
|
||||
padding-right: 10px;
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.linklist, .taglist, .monthlist {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.linklist_title {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.linklist_title, .taglist_title, .monthlist_title {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.linklist_list, .taglist_list, .monthlist_list {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
.entries {
|
||||
padding-top: 20px;
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
float: both;
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
Loading…
Reference in New Issue
Block a user