Skip to content

Commit

Permalink
corrected the CSS. It is not enough to set the outer class once at th…
Browse files Browse the repository at this point in the history
…e begining of a comma separated list of CSS stylings. Every item must contain the full series of classes or ids, only the properties are following once.
  • Loading branch information
urs_hunkler committed Jun 15, 2005
1 parent 1687749 commit d673f73
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions mod/lesson/styles.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
padding-top:40px; margin-top:40px; padding-top:40px; margin-top:40px;
} }


.mod-lesson .footer a:link, .footer v:link, .footer a:visited { .mod-lesson .footer a:link,
.mod-lesson .footer v:link,
.mod-lesson .footer a:visited {
} }


.mod-lesson .leftmenutable { .mod-lesson .leftmenutable {
Expand All @@ -20,12 +22,19 @@
vertical-align:top; vertical-align:top;
} }


.mod-lesson .leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{ .mod-lesson .leftmenu a:link,
.mod-lesson .leftmenu a:active,
.mod-lesson .leftmenu a:visited,
.mod-lesson .leftmenu1 a:link,
.mod-lesson .leftmenu1 a:active,
.mod-lesson .leftmenu1 a:visited{
font-size:.7em; font-size:.7em;
vertical-align:top; vertical-align:top;
} }


.mod-lesson .main a:link, .main a:active, .main a:visited{ .mod-lesson .main a:link,
.mod-lesson .main a:active,
.mod-lesson .main a:visited{
font-size:.9em; font-size:.9em;
vertical-align:top; vertical-align:top;
} }
Expand Down

0 comments on commit d673f73

Please sign in to comment.