mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
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
This commit is contained in:
parent
264aef81d5
commit
6a427c75fc
@ -36,6 +36,8 @@ table thead td {
|
||||
|
||||
table td {
|
||||
padding: 0 0.4em;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#branches tr:hover td,
|
||||
@ -46,6 +48,13 @@ table td {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#index tr td:nth-child(2),
|
||||
#tags tr td:nth-child(3),
|
||||
#branches tr td:nth-child(3),
|
||||
#log tr td:nth-child(2) {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
td.num {
|
||||
text-align: right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user