Small fix for recent-activity

This commit is contained in:
moodler 2005-04-27 15:54:53 +00:00
parent 02aa7083f1
commit 182ac6c580
2 changed files with 14 additions and 0 deletions

View file

@ -318,6 +318,11 @@ table.minicalendar {
font-size:0.9em;
}
#course-recent h2.main {
font-size:1.1em;
}
/***
@ -442,6 +447,9 @@ body#doc-contents ul {
body#mod-forum-search .introcontent {
font-weight:bold;
}
body#mod-forum-index .generalbox .cell {
font-size: 0.85em;
}

View file

@ -94,6 +94,7 @@ a img {
.generalbox {
border-width:1px;
border-style:solid;
margin-bottom: 15px;
}
.generalbox#intro {
@ -1033,6 +1034,11 @@ body#mod-forum-search .introcontent {
border-style: solid;
border-width: 2px;
}
#mod-forum-index .unread img,
#mod-forum-view .unread img
{
margin-left: 5px;
}
#email .unsubscribelink {
text-align:right;