12 lines
191 B
CSS
12 lines
191 B
CSS
.studyDateList {
|
|
margin: 0px auto;
|
|
text-align: left;
|
|
width: 100%;
|
|
float: none;
|
|
border-top: 2px solid #777;
|
|
padding: 10px;
|
|
}
|
|
|
|
.studyDateList label {
|
|
color: white;
|
|
} |