19 lines
220 B
CSS
19 lines
220 B
CSS
#library_content {
|
|
float: left;
|
|
width: 750px;
|
|
height: 475px;
|
|
}
|
|
|
|
#library_display th {
|
|
text-align: left;
|
|
}
|
|
|
|
#library_display td {
|
|
|
|
}
|
|
|
|
#library_display th,
|
|
#library_display td,
|
|
.paginationControl {
|
|
font-size: 15px;
|
|
}
|