Skip to content

Commit

Permalink
fixing small detail related with topic format
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuneras committed Nov 23, 2015
1 parent a2c320f commit b4c080e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions style/course.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ h2.headingblock {
.path-course-view .course-content ul.topics li.section.main ul li {
clear: both;
}
.path-course-view .course-content ul.topics li.section.main .sectionname.hidden {
display: none;
}
.path-course-view .course-content .main {
background: #f3f8ed;
}
Expand Down
5 changes: 5 additions & 0 deletions style/source/course.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ h2.headingblock {
ul li{
clear:both;
}
.sectionname{
&.hidden{
display: none;
}
}
}
.main {
background:#f3f8ed;
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

defined('MOODLE_INTERNAL') || die;
// The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015111202;
$plugin->version = 2015112300;
// Requires this Moodle version
$plugin->requires = 2015050500;
// Full name of the plugin (used for diagnostics)
$plugin->component = 'theme_archaius';
$plugin->release = 'Archaius Tigris v-1.4.6';
$plugin->release = 'Archaius Tigris v-1.4.7';
$plugin->maturity = MATURITY_BETA;

0 comments on commit b4c080e

Please sign in to comment.