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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c91300e4
Commit
c91300e4
authored
May 13, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove text-shadow from header
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
bc7cce92
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
app/assets/stylesheets/main/mixins.scss
app/assets/stylesheets/main/mixins.scss
+0
-1
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+0
-4
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+0
-1
No files found.
app/assets/stylesheets/main/mixins.scss
View file @
c91300e4
...
...
@@ -52,7 +52,6 @@
@mixin
header-font
{
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-size
:
16px
;
line-height
:
44px
;
font-weight
:
normal
;
...
...
app/assets/stylesheets/sections/header.scss
View file @
c91300e4
...
...
@@ -14,7 +14,6 @@ header {
.nav
>
li
>
a
{
color
:
$style_color
;
text-shadow
:
0
1px
0
#fff
;
font-size
:
14px
;
line-height
:
32px
;
padding
:
6px
10px
;
...
...
@@ -190,7 +189,6 @@ header {
.nav
>
li
>
a
{
color
:
#AAA
;
text-shadow
:
0
1px
0
#444
;
&
:hover
,
&
:focus
,
&
:active
{
background
:
none
;
...
...
@@ -224,7 +222,6 @@ header {
background
:
image-url
(
'logo-white.png'
)
no-repeat
center
center
;
background-size
:
32px
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#444
;
}
}
}
...
...
@@ -236,7 +233,6 @@ header {
}
}
color
:
#fff
;
text-shadow
:
0
1px
1px
#444
;
}
}
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
c91300e4
...
...
@@ -29,7 +29,6 @@
}
.nav
>
li
>
a
{
color
:
#ADC
;
text-shadow
:
none
;
}
.search-input
{
border-color
:
#7fd5be
;
...
...
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