Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
ee343661
Commit
ee343661
authored
Feb 24, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of black logo
parent
6e559be6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
app/assets/images/logo-black.png
app/assets/images/logo-black.png
+0
-0
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+9
-2
app/helpers/appearances_helper.rb
app/helpers/appearances_helper.rb
+1
-5
No files found.
app/assets/images/logo-black.png
deleted
100644 → 0
View file @
6e559be6
3.81 KB
app/assets/stylesheets/themes/ui_basic.scss
View file @
ee343661
...
...
@@ -10,8 +10,15 @@
background
:
#F1F1F1
;
border-bottom
:
1px
solid
#DDD
;
.app_logo
{
background-color
:
#DDD
;
.title
{
color
:
#555
;
a
{
color
:
#555
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
.nav
>
li
>
a
{
...
...
app/helpers/appearances_helper.rb
View file @
ee343661
...
...
@@ -16,10 +16,6 @@ module AppearancesHelper
end
def
brand_header_logo
if
theme_type
==
'light_theme'
image_tag
'logo-black.png'
else
image_tag
'logo-white.png'
end
image_tag
'logo-white.png'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment