Skip to content
Snippets Groups Projects
Verified Commit 084bb6b1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Small css fixes

parent fd76f497
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,7 +19,7 @@ header {
line-height: 32px;
padding: 6px 10px;
 
&:hover {
&:hover, &:focus, &:active {
background: none;
}
}
Loading
Loading
@@ -192,7 +192,8 @@ header {
color: #AAA;
text-shadow: 0 1px 0 #444;
 
&:hover {
&:hover, &:focus, &:active {
background: none;
color: #FFF;
}
}
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
%span.str-truncated
= link_to_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
- if commit.description?
%a.label-default.text-expander.js-toggle-button ...
%a.text-expander.js-toggle-button ...
 
= link_to "Browse Code »", project_tree_path(project, commit), class: "pull-right"
.notes_count
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment