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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
33ff53d9
Commit
33ff53d9
authored
Jun 02, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax error
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6854be80
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/generic/typography.scss
+1
-1
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+1
-1
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+2
-2
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+1
-1
No files found.
app/assets/stylesheets/generic/typography.scss
View file @
33ff53d9
...
@@ -40,7 +40,7 @@ a {
...
@@ -40,7 +40,7 @@ a {
color
:
$link_color
;
color
:
$link_color
;
&
:hover
{
&
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$link_hover_color
y
;
color
:
$link_hover_color
;
}
}
&
:focus
{
&
:focus
{
...
...
app/assets/stylesheets/sections/nav.scss
View file @
33ff53d9
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
padding
:
5px
0
;
padding
:
5px
0
;
&
.active
{
&
.active
{
background-color
:
$link_hover_color
y
;
background-color
:
$link_hover_color
;
a
{
a
{
color
:
#fff
;
color
:
#fff
;
...
...
app/assets/stylesheets/sections/notes.scss
View file @
33ff53d9
...
@@ -37,7 +37,7 @@ ul.notes {
...
@@ -37,7 +37,7 @@ ul.notes {
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
14px
;
font-size
:
14px
;
&
:hover
{
&
:hover
{
color
:
$link_hover_color
y
;
color
:
$link_hover_color
;
}
}
}
}
}
}
...
@@ -172,7 +172,7 @@ ul.notes {
...
@@ -172,7 +172,7 @@ ul.notes {
@extend
.cgray
;
@extend
.cgray
;
&
:hover
{
&
:hover
{
color
:
$link_hover_color
y
;
color
:
$link_hover_color
;
&
.danger
{
@extend
.cred
;
}
&
.danger
{
@extend
.cred
;
}
}
}
}
}
...
...
app/assets/stylesheets/sections/tree.scss
View file @
33ff53d9
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
vertical-align
:
middle
;
vertical-align
:
middle
;
a
{
a
{
&
:hover
{
&
:hover
{
color
:
$link_hover_color
y
;
color
:
$link_hover_color
;
}
}
}
}
...
...
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