Skip to content

Commit

Permalink
Small fix for recent-activity
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 27, 2005
1 parent 02aa708 commit 182ac6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/standard/styles_fonts.css
Expand Up @@ -318,6 +318,11 @@ table.minicalendar {
font-size:0.9em;
}

#course-recent h2.main {
font-size:1.1em;
}




/***
Expand Down Expand Up @@ -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;
}



Expand Down
6 changes: 6 additions & 0 deletions theme/standard/styles_layout.css
Expand Up @@ -94,6 +94,7 @@ a img {
.generalbox {
border-width:1px;
border-style:solid;
margin-bottom: 15px;
}

.generalbox#intro {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 182ac6c

Please sign in to comment.