pollished team index

This commit is contained in:
Dmitriy Zaporozhets 2012-04-04 01:21:31 +03:00
parent 863e5eb7d6
commit 8aa5076d68
2 changed files with 16 additions and 13 deletions

View file

@ -9,6 +9,14 @@ a {
&.btn {
color: $style_color;
}
&.dark {
color: $style_color;
}
&.lined {
text-decoration:underlined;
}
}
@ -32,6 +40,10 @@ a:focus {
color: $link_color !important;
}
.dlink {
}
.pills a:hover {
background-color:#ccc;
}
@ -700,12 +712,6 @@ input.git_clone_url {
width:475px;
}
.team_member_row {
img {
width:60px;
}
}
.merge-request-form-holder {
select {
width:300px;