Skip to content

Commit 5aef4e0

Browse files
author
root
committed
Fix CSS in projects/repositories views
1 parent c413400 commit 5aef4e0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: app/views/projects/settings/_repositories.html.haml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
%p= link_to l(:label_repository_new), new_project_repository_path(@project), class: 'icon icon-add'
5757

5858
- content_for :header_tags do
59-
= bootstrap_load_base
6059
= bootstrap_load_module(:label)
6160
= bootstrap_load_module(:tables)
6261
= bootstrap_load_module(:font_awesome)

Diff for: assets/stylesheets/application.css

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ PLUGIN ICONS
55
.icon-clone { background-image: url('../images/clone.png'); }
66
.icon-move { background-image: url('../images/move.png'); }
77

8-
.icon-git { padding-right: 15px; }
9-
.icon-git-disabled { opacity: 0.5; }
10-
118
/*
129
PLUGIN SETTINGS
1310
*/

Diff for: assets/stylesheets/plugin.css

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ PLUGIN ICON
88
-webkit-columns: 2;
99
-moz-columns: 2;
1010
}
11+
12+
.icon-git { padding-right: 15px; }
13+
.icon-git-disabled { opacity: 0.5; }

0 commit comments

Comments
 (0)