]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: fixes .clearer, .skip-block, img.resize now in styles_fonts, .breadcru...
authornfreear <nfreear>
Wed, 8 Mar 2006 12:50:43 +0000 (12:50 +0000)
committernfreear <nfreear>
Wed, 8 Mar 2006 12:50:43 +0000 (12:50 +0000)
theme/standard/styles_layout.css

index d5f611c9dd720ed8cf971156a1e065e0e1c26ac9..17ae5959a4691a0f54779f49cc6d1e02217b9410 100644 (file)
@@ -62,6 +62,7 @@ h6.main {
   height:1px;
   border:none;
   background:transparent;
+  display:block;
 }
 
 .clearfix:after {
@@ -239,10 +240,6 @@ form.popupform {
   position:absolute;
   left:-10000px;
 }
-img.resize {
-  width:1em;
-  height:1em;
-}
 
 
 /***
@@ -273,12 +270,25 @@ img.resize {
   border-width:1px;
   border-style:solid;
 }
+div.navbar {
+  width:auto;
+}
 
 .navbar .breadcrumb {
   float:left;
   margin:0.2em 0em;
 }
 
+.breadcrumb ul {
+  padding:0%;
+  margin:0%;
+  text-indent:0%;
+  list-style:none;
+}
+.breadcrumb li {
+  display:inline;
+}
+
 .navbar .navbutton,
 .navbar .menu {
   float:right;
@@ -409,6 +419,9 @@ table.flexible th.c0 {
 a.skip-block, .skip-block {
   display:block;
   width:2em; 
+  height:1px;
+}
+.sideblock .skip-block {
   height:4px;
 }
 .skip-block-to {