~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to theme/formfactor/style/course.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.path-course-view .course-content .section.main { background: #f5f5f5;border: 1px solid #ddd }
2
 
.course_category_tree .category > .info .name { line-height:1.4; font-size:1em;}
3
 
.coursebox.collapsed {border-bottom: none;}
 
 
b'\\ No newline at end of file'
 
1
/* Course
 
2
-------------------------*/
 
3
.path-course-view .course-content .section.main {
 
4
    background-color: #f5f5f5;
 
5
    border: 1px solid #ddd;
 
6
}
 
7
.course_category_tree .category > .info .name {
 
8
    line-height: 1.4;
 
9
    font-size: 1em;
 
10
}
 
11
.coursebox.collapsed {
 
12
    border-bottom: 0 none;
 
13
}