stagit

style.css: wrap description text, nowrap for rest

vertical align to the top of the cell, this makes it scale better to some smaller screens

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 13deafd parent: 8e4dc17
1 files changed, 9 insertions(+), 0 deletions(-)
Mstyle.css+9-0
M · style.css +9, -0
 1@@ -36,6 +36,8 @@ table thead td {
 2 
 3 table td {
 4 	padding: 0 0.4em;
 5+	white-space: nowrap;
 6+	vertical-align: top;
 7 }
 8 
 9 #branches tr:hover td,
10@@ -46,6 +48,13 @@ table td {
11 	background-color: #eee;
12 }
13 
14+#index tr td:nth-child(2),
15+#tags tr td:nth-child(3),
16+#branches tr td:nth-child(3),
17+#log tr td:nth-child(2) {
18+	white-space: normal;
19+}
20+
21 td.num {
22 	text-align: right;
23 }