-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
52 lines (42 loc) · 858 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* -*-CSS-*- */
.lesson_objectives_list li,
.lesson_objectives_list ul li {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.lesson_objectives_list ul {
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
}
.lesson_objectives_list {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.lesson_objectives_list img {
width: 1em;
height: inherit;
}
.lesson_objectives_groupsmenu div {
display: inline-block;
}
.lesson_objectives_list a:link,
.lesson_objectives_list a:visited {
color: black;
}
.lesson_objectives_fullscreen_area {
font-size: 3em;
line-height: 1em;
}
.lesson_objectives_fullscreen_area img {
width: 1em;
height: inherit;
}
.lesson_objectives_table td {
vertical-align: text-top;
padding: 10px;
}
.lesson_objectives_table .oddrow {
background-color: #d0d0d0;
}