Livejournal
Log in
Post
Friends
My journal
capemods
CSS
May 23, 2009 01:51
(
css within
)
Leave a comment
Comments 1
ajrimmer_ssc
May 23 2009, 06:48:06 UTC
All right, as near as I can tell, this is the relevant bit for the calendar section:
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar, .sbarcalendarposts {
padding: 3px;
background-color: #41383C;
border: 1px solid #404040;
font-family: "Tahoma", sans-serif;
font-size: 9px;
text-align: center;
}
.sbarcalendarposts {
background-color: #4A4344;
}
If you copy that and pasta it in, it should shrink the calendar spacing and font size as well. I think. >_>
Reply
Leave a comment
Up
Comments 1
table.calendar {
margin-right: auto;
margin-left: auto;
}
.sbarcalendar, .sbarcalendarposts {
padding: 3px;
background-color: #41383C;
border: 1px solid #404040;
font-family: "Tahoma", sans-serif;
font-size: 9px;
text-align: center;
}
.sbarcalendarposts {
background-color: #4A4344;
}
If you copy that and pasta it in, it should shrink the calendar spacing and font size as well. I think. >_>
Reply
Leave a comment