Skip to content

Commit

Permalink
I added the CLASS properties for the replaced center and font tags in…
Browse files Browse the repository at this point in the history
… the sideblock "block_online_users" to keep the text left alined.
  • Loading branch information
urs_hunkler committed Aug 3, 2005
1 parent c448ea0 commit 82633a2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions theme/orangewhite/styles_fonts.css
Expand Up @@ -203,6 +203,10 @@ table.formtable tbody th {
.sideblock .content {
line-height:1.2em
}
.sideblock .content *,
.sideblock .content .message {
text-align:left
}
.sideblock .content h3,
.sideblock .content h2 {
font-size:1.2em
Expand All @@ -219,6 +223,9 @@ table.formtable tbody th {
.sideblock .date {
font-style:italic
}
.activitydate, .activityhead {
/*font-size:0.8em*/
}

/***
*** Calendar
Expand Down Expand Up @@ -276,6 +283,9 @@ table.minicalendar {
.block_calendar_month .filters {
font-size:0.9em
}
.block_calendar_month .day {
text-align:center
}

/***
*** Course
Expand Down Expand Up @@ -303,9 +313,6 @@ table.minicalendar {
.course .generalbox{
font-size:0.8em
}
.activitydate, .activityhead {
font-size:0.8em
}
.weeklydatetext {
font-size:0.8em;
font-weight:bold
Expand Down

0 comments on commit 82633a2

Please sign in to comment.