Restyled git tags page. Added truncated tags message
This commit is contained in:
parent
f73e46eece
commit
b4708d006c
4 changed files with 19 additions and 11 deletions
|
@ -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; }
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue