'added nowrap to c0 cell in the module table - MDL-8419'

This commit is contained in:
urs_hunkler 2007-02-22 09:15:39 +00:00
parent 6e291bc6a5
commit 5902558c6f

View File

@ -717,6 +717,11 @@ body#admin-modules table.generaltable td.c0
text-align: left;
}
body#admin-modules table.generaltable td.c0
{
white-space: nowrap;
}
#admin-blocks
#admin-config .confighelp {
display: block;