Fix Width on Calendar

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-16 11:01:50 +07:00
parent 037f031329
commit b1ce44c25b
+2 -2
View File
@@ -246,7 +246,7 @@ footer a:active {
} }
#calendar { #calendar {
width: 1024px; width: 90%;
margin: 0 auto; margin: 0 auto;
} }
@@ -262,4 +262,4 @@ section.title {
section.sidebar { section.sidebar {
float: right; float: right;
width: 20%; width: 20%;
} }