-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweekly_schedule.css
More file actions
20 lines (19 loc) · 883 Bytes
/
Copy pathweekly_schedule.css
File metadata and controls
20 lines (19 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* datadisplaytable - class name*/
table.datadisplaytable[summary="This layout table is used to present the schedule course detail"] > caption {
font-family: "Source Sans Pro", sans-serif;
background-color: #333366;
}
table.datadisplaytable[summary="This layout table is used to present the schedule course detail"] > tbody {
border-top: none;
border-bottom: none;
}
/* datadisplaytable -- Weekly Student Schedule: make the meeting times table connect to the main part of the class table*/
table.datadisplaytable[summary="This table lists the scheduled meeting times and assigned instructors for this class.."] > caption {
font-weight: 400;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: 0;
}
table.datadisplaytable[summary="This table lists the scheduled meeting times and assigned instructors for this class.."] > tbody {
border-top: none;
}