-
Notifications
You must be signed in to change notification settings - Fork 7
/
styles.css
22 lines (21 loc) · 1.41 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
* *************************************************************************
* * OOHOO Tab topics Course format **
* *************************************************************************
* @package format **
* @subpackage tabtopics **
* @name tabtopics **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Nicolas Bretin **
* @author Braedan Jongerius **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
.course-content ul.topics {margin:0;}
.course-content ul.topics li.section {list-style: none;margin:5px 0 0 0;padding:0;}
.course-content ul.topics li.section .content {margin:0 40px;}
.course-content ul.topics li.section .left {width:40px;float:left;text-align:center;}
.course-content ul.topics li.section .right {width:40px;float:right;text-align:center;}
.jumpmenu {text-align:center;}
.sectionul {margin-top: 0}