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
ad679127
Commit
ad679127
authored
Sep 28, 2015
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
!important removed from pre
parent
ce49e49b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
+5
-10
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+0
-6
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-1
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+4
-3
No files found.
app/assets/stylesheets/base/mixins.scss
View file @
ad679127
...
...
@@ -157,12 +157,6 @@
pre
{
@include
border-radius
(
2px
);
margin
:
12px
0
12px
0
!
important
;
background-color
:
#f8fafc
!
important
;
font-size
:
13px
!
important
;
color
:
#5b6169
!
important
;
line-height
:
1
.6em
!
important
;
}
p
>
code
{
...
...
app/assets/stylesheets/generic/common.scss
View file @
ad679127
...
...
@@ -313,7 +313,7 @@ table {
}
.wiki
.highlight
,
.note-body
.highlight
{
margin
-bottom
:
9px
;
margin
:
12px
0
12px
0
;
}
.wiki
.code
{
...
...
app/assets/stylesheets/highlight/white.scss
View file @
ad679127
/* https://github.com/aahan/pygments-github-style */
pre
.code.highlight.white
,
.code.white
{
background-color
:
#fff
;
color
:
#333
;
background-color
:
#f8fafc
;
font-size
:
13px
;
color
:
#5b6169
;
line-height
:
1
.6em
;
.line-numbers
,
.line-numbers
a
{
...
...
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