Document Actions

courses.css

Click here to get the file

Size 1 kB - File type text/css

File contents

.course_courses{
	font-weight: bold; 
	padding-top: 15px;
}

.course_title{
	font-weight: bold; 
	padding-top: 15px;
}
.course_subtitle{
	font-weight: normal; 
	color: #666;
	font-style: italic;
}
.course_subtitle_left{
	float: left;
}
.course_subtitle_right{
	float: right;
}
.course_description{
	clear: both;
}
.last_line{
	font-weight: normal; 
	color: #666;
	font-style: italic;
}