Fixed: Left nav image was not being displayed on every page. Reduced font-size in archives

This commit is contained in:
shashankmehta
2012-10-20 14:29:34 +05:30
parent 974ad6bc54
commit 1f79a356a8
2 changed files with 7 additions and 1 deletions

View File

@ -120,4 +120,10 @@ body {
}
}
}
}
.archives {
.title {
font-size: 1.2em;
}
}