mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-7861 xhtml strict fixes - removed table from navbar layout
This commit is contained in:
parent
d2ce367fb9
commit
b1307cbca5
3 changed files with 30 additions and 16 deletions
|
@ -206,15 +206,15 @@ table.formtable tbody th {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
#navmenu {
|
||||
.navigation select {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
#navmenu optgroup {
|
||||
.navigation optgroup {
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
#navmenu optgroup option {
|
||||
.navigation optgroup option {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue