]> git.mjollnir.org Git - moodle.git/commitdiff
removed a lot of styles because left menu and slideshow work in a table instead of...
authormichaelpenne <michaelpenne>
Fri, 4 Feb 2005 19:35:43 +0000 (19:35 +0000)
committermichaelpenne <michaelpenne>
Fri, 4 Feb 2005 19:35:43 +0000 (19:35 +0000)
mod/lesson/styles.php

index 74b29d4e51a199a00423c3459b938a1726cf9f46..0cc18b2adb7a5b6b75e1ecee58a35648846ea3ea 100644 (file)
@@ -18,44 +18,12 @@ img {
        color: <?PHP echo $THEME->body?>; 
 }
 
-.leftmenu { <?php //in view.php in lesson mod ?>
-       width:140px;
-       height:530px;
-       margin-top:-18px;
-       white-space:nowrap;
-}
-
-.leftmenu1 { <?php //in lesson.php in lesson mod ?>
-       background: no-repeat url(<?PHP echo "$themeurl"?>/leftmenu.jpg); 
-       width:140px;
-       height:530px;
-       margin-top:-6px;
-
-       white-space:nowrap;
-}
-
-.lmlinks {
-       width:140px;
-       height:400px;
-       overflow:auto;
-       <?php //white-space:nowrap; ?>
-       padding-left:7px;
-       padding-top:4px;
-       
-}
-
-
 .leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
-font-size:.7em; 
-}
-
-.lmMainlinks a:link, .lmMainlinks a:active, .lmMainlinks a:visited{
-font-size:.9em; 
+       font-size:.7em; 
 }
 
-.slidepos {
-padding-left:153px; margin-top:-480px;
- font-family:Arial;
+.main a:link, .main a:active, .main a:visited{
+       font-size:.9em; 
 }
 
 .viewpos {