Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit 1eeca5d

Browse files
committed
Improved table styles.
1 parent 20fefa3 commit 1eeca5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

langdev/web/static/style.less

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ footer {
5151
}
5252
tbody {
5353
tr {
54-
th { width: 70%; text-align: left; font-weight: normal; }
54+
td.title {
55+
width: 70%; text-align: left; font-weight: normal;
56+
a { display: block; }
57+
}
58+
&:hover { background-color: #eee; }
59+
60+
border-top: 1px solid silver;
61+
line-height: 150%;
62+
&.sticky + :not(.sticky) { border-top: 1px solid gray; }
5563
}
5664
}
5765
}

0 commit comments

Comments
 (0)