12 lines
158 B
CSS
12 lines
158 B
CSS
th.sortable:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.content {
|
|
position: relative;
|
|
float: left;
|
|
margin-top: 10px;
|
|
margin-left: 20px;
|
|
width: 80%;
|
|
}
|