Browse Source

Merge pull request #97 from Kanti/master

Issue #95
pull/98/head
Danang Probo Sayekti 11 years ago
parent
commit
bd2e31588d
2 changed files with 12 additions and 7 deletions
  1. +3
    -3
      themes/clean/css/style.css
  2. +9
    -4
      themes/default/css/style.css

+ 3
- 3
themes/clean/css/style.css View File

@ -426,14 +426,14 @@ aside .menu ul li a{
margin:2px 0 2px 10px; margin:2px 0 2px 10px;
} }
aside .archive, aside .tagcloud {
aside .archive, aside .tagcloud, aside .recent {
font-size: 14px; font-size: 14px;
font-family: Georgia, sans-serif; font-family: Georgia, sans-serif;
margin-bottom: 1.2em; margin-bottom: 1.2em;
margin-left: 10px; margin-left: 10px;
} }
aside .archive ul li ul, aside .tagcloud ul li {
aside .archive ul li ul, aside .tagcloud ul li, aside .recent ul li {
margin-left:30px; margin-left:30px;
} }
@ -751,7 +751,7 @@ aside .copyright p{
text-align: center; text-align: center;
} }
aside .archive, aside .tagcloud, aside .copyright{
aside .archive, aside .tagcloud, aside .copyright, aside .recent {
display: none; display: none;
} }


+ 9
- 4
themes/default/css/style.css View File

@ -99,7 +99,7 @@ h6 {
} }
#menu, #header, #content, #footer { #menu, #header, #content, #footer {
width: 700px;
width: 800px;
margin: 0 auto; margin: 0 auto;
} }
@ -156,7 +156,7 @@ a:hover{
blockquote:before { blockquote:before {
color: #BBBBBB; color: #BBBBBB;
content: "";
content: "“";
font-size: 3em; font-size: 3em;
line-height: 0.1em; line-height: 0.1em;
margin-right: 0.2em; margin-right: 0.2em;
@ -165,7 +165,7 @@ blockquote:before {
blockquote:after { blockquote:after {
color: #BBBBBB; color: #BBBBBB;
content: "";
content: "”";
font-size: 3em; font-size: 3em;
line-height: 0.1em; line-height: 0.1em;
vertical-align: -0.45em; vertical-align: -0.45em;
@ -748,7 +748,12 @@ h1.title-post a:hover, h2.title-index a:hover {
.column { .column {
float: left; float: left;
width: 33%;
width: 25%;
}
.recent ul {
padding-left: 20px;
width: 85%;
} }
.archive .toggle { .archive .toggle {


Loading…
Cancel
Save