17 lines
276 B
CSS
17 lines
276 B
CSS
@charset "utf-8";
|
|
body {
|
|
}
|
|
.courname{
|
|
white-space: nowrap;
|
|
float: left;
|
|
width: 300px;
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
}
|
|
l{
|
|
background-image: url(../../Images/live-icon.gif);
|
|
background-repeat: no-repeat;
|
|
width:24px;
|
|
height:24px;
|
|
display:inline-block;
|
|
} |