mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
20 lines
351 B
CSS
20 lines
351 B
CSS
/*** Modules: IMS CP ***/
|
|
|
|
#page-mod-imscp-view #imscp_nav {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#page-mod-imscp-view #imscp_toc .ygtv-highlight1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#page-mod-imscp-view .yui-layout-hd {
|
|
background-image: none;
|
|
background-color: #DDDDDD;
|
|
}
|
|
|
|
#page-mod-imscp-view .yui-layout-hd h2 {
|
|
color: black;
|
|
} |