Restyled git tags page. Added truncated tags message

This commit is contained in:
Dmitriy Zaporozhets 2012-10-26 18:37:12 +03:00
parent f73e46eece
commit b4708d006c
4 changed files with 19 additions and 11 deletions

View file

@ -29,6 +29,7 @@
.underlined_link { text-decoration: underline; }
.borders { border: 1px solid #ccc; @include shade; }
.hint { font-style: italic; color: #999; }
.light { color: #888 }
/** PILLS & TABS**/
.nav-pills a:hover { background-color:#888; }

View file

@ -34,6 +34,11 @@ table {
border-color:#f1f1f1;
line-height:28px;
.s16 {
margin-top: 5px;
margin-right: 5px;
}
&:first-child {
border-left:1px solid #bbb;
}