Fix table CSS

pull/1480/head
0ip 2013-02-09 20:58:57 +01:00
parent ad54369bf1
commit 40734e6776
1 changed files with 4 additions and 2 deletions

View File

@ -191,10 +191,12 @@ a:focus, a:hover {
}
td:before {
position: absolute;
top: 6px;
left: 6px;
text-align: left;
padding-right: 10px;
white-space: nowrap;
float: left;
margin-left: -100%;
font-weight: bold;
content: attr(data-label);
}