based on standard theme.
This commit is contained in:
mits 2005-03-28 15:20:27 +00:00
parent 74ded78359
commit 0e94c140cd
2 changed files with 23 additions and 18 deletions

View File

@ -95,9 +95,9 @@ h4 {
font-weight: normal;
}
.categoryname,
.categorynumber {
font-size:larger;
.categorybox .category,
.categorybox .category {
font-size:1.2em;
font-weight:normal;
}
@ -261,33 +261,34 @@ table.minicalendar {
***/
.activitydate, .activityhead {
font-size:x-small;
font-size:0.7em;
}
.weeklydatetext {
font-size:medium;
font-size:0.9em;
font-weight:normal;
}
.courseboxinfo {
font-size:medium;
.coursebox .info {
font-size:1em;
}
.courseboxteachers,
.courseboxcost {
font-size:smaller;
.coursebox .teachers,
.coursebox .cost {
font-size:0.8em;
}
.courseboxsummary {
font-size:small;
.coursebox .summary {
font-size:0.7em;
}
#course-view .section .left {
font-weight:normal;
}
/***
*** Doc
***/

View File

@ -667,11 +667,6 @@ table.calendar-controls .next {
width:80px;
}
.headingblock .link {
text-align:right;
}
body#course-view .unread {
margin-left: 3em;
}
@ -712,6 +707,15 @@ body#course-user .section h2 {
padding:5px;
}
.headingblock .link {
text-align:right;
}
body#site-index .headingblock {
margin-bottom: 8px;
}
.categoryboxcontent,
.courseboxcontent {
border-width:1px;