bit reordering and cleanup unused styles

This commit is contained in:
Dmitriy Zaporozhets 2012-12-13 21:44:55 +02:00
parent e228dae876
commit a8fbda945e
6 changed files with 81 additions and 124 deletions

View file

@ -101,3 +101,14 @@ input[type='search'].search-text-input {
}
fieldset legend { font-size: 17px; }
/** PAGINATION **/
.gitlab_pagination {
span a { color: $link_color; }
.prev, .next, .current, .page a {
padding: 10px;
}
.current {
border-bottom: 2px solid $style_color;
}
}