Skip to content
Snippets Groups Projects
Commit 11d9034b authored by Tim Steiner's avatar Tim Steiner
Browse files

colorized diffs in bulletin entry preview

parent b6de086a
Branches
Tags
No related merge requests found
<div id="creqNavigation">
<h4>Bulletin Preview</h4>
<?php echo $this->bulletinEntry($this->course); ?>
<?php
$originalCourse = $this->course->getParentGeneration(true);
if ($originalCourse) {
echo $this->bulletinEntryDiff($originalCourse, $this->course);
} else {
echo $this->bulletinEntry($this->course);
}
?>
</div>
\ No newline at end of file
......@@ -290,3 +290,17 @@ ul.horizontal_menu {
}
}
}
#creqSidebar {
.bulletinEntry {
ins {
color: #080;
text-decoration: none;
}
del {
color: #800;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment