Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
projects.thm.de
GitLab
Commits
2937f35f
Commit
2937f35f
authored
Dec 24, 2012
by
Dmitriy Zaporozhets
Browse files
Replace Wire font with Yanone. Show only icon as link to dashboard
parent
d80d4cd9
Changes
6
Hide whitespace changes
Inline
Side-by-side
app/assets/fonts/YanoneKaffeesatz-Light.ttf
0 → 100644
View file @
2937f35f
File added
app/assets/fonts/wire-one.ttf
deleted
100644 → 0
View file @
d80d4cd9
File deleted
app/assets/stylesheets/gitlab_bootstrap/fonts.scss
View file @
2937f35f
@font-face
{
font-family
:
Wire
one
;
src
:
font-url
(
'
wire-one
.ttf'
);
font-family
:
Yan
one
;
src
:
font-url
(
'
YanoneKaffeesatz-Light
.ttf'
);
}
/** Typo **/
...
...
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
2937f35f
...
...
@@ -62,8 +62,8 @@
@mixin
header-font
{
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-family
:
'
Wire
one'
,
sans-serif
;
font-size
:
30
px
;
font-family
:
'
Yan
one'
,
sans-serif
;
font-size
:
26
px
;
line-height
:
42px
;
font-weight
:
normal
;
}
app/assets/stylesheets/sections/header.scss
View file @
2937f35f
...
...
@@ -33,20 +33,19 @@ header {
*
*/
.app_logo
{
width
:
170px
;
float
:
left
;
margin-right
:
15px
;
a
{
float
:
left
;
padding
:
0px
;
h1
{
width
:
90px
;
background
:
url('logo_dark.png')
no-repeat
0px
2px
;
float
:
left
;
margin-left
:
2px
;
padding-left
:
45px
;
height
:
40px
;
width
:
40px
;
@include
header-font
;
text-indent
:
-9999px
;
}
}
}
...
...
@@ -60,7 +59,7 @@ header {
position
:
relative
;
float
:
left
;
margin
:
0
;
margin-
righ
t
:
30
px
;
margin-
lef
t
:
15
px
;
@include
header-font
;
}
...
...
@@ -233,7 +232,7 @@ header {
.app_logo
{
a
{
h1
{
background
:
url('logo_white.png')
no-repeat
0px
2px
;
background
:
url('logo_white.png')
no-repeat
center
center
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
2937f35f
...
...
@@ -2,9 +2,9 @@
.navbar-inner
.container
%div
.app_logo
=
link_to
root_path
,
class:
"home"
,
title:
"
Home
"
do
=
link_to
root_path
,
class:
"home
has_bottom_tooltip
"
,
title:
"
Dashboard
"
do
%h1
GITLAB
%span
.separator
%span
.separator
%h1
.project_name
=
title
%ul
.nav
-
if
current_user
.
is_admin?
...
...
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