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
Tatuya Kamada
gitlab-ce
Commits
4f23c30a
Commit
4f23c30a
authored
Mar 15, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix highlight line for solarized theme
parent
86e23a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+1
-0
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
4f23c30a
...
...
@@ -162,6 +162,7 @@
color
:
#666
;
padding
:
10px
6px
10px
0
;
text-align
:
right
;
background
:
#EEE
;
a
{
color
:
#666
;
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
4f23c30a
...
...
@@ -4,7 +4,7 @@
color
:
#eee
;
}
.hll
{
background-color
:
#
ffffcc
}
.hll
{
background-color
:
#
073642
}
.c
{
color
:
#586E75
}
/* Comment */
.err
{
color
:
#93A1A1
}
/* Error */
.g
{
color
:
#93A1A1
}
/* Generic */
...
...
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