Make history link for trees look like action links for blobs

This commit is contained in:
Riyad Preukschas 2012-10-16 00:57:15 +02:00
parent 536eb8e828
commit 866b9f6d91
5 changed files with 11 additions and 7 deletions

View file

@ -43,6 +43,10 @@
}
.tree-table {
th .btn {
margin: -2px -1px;
padding: 2px 10px;
}
td {
background:#fafafa;
}