Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
614d8e298ff1
Commit
ad679127
authored
Sep 28, 2015
by
Andrey
Browse files
!important removed from pre
parent
1ff7606d90a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/base/mixins.scss
View file @
614d8e29
...
...
@@ -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 @
614d8e29
...
...
@@ -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 @
614d8e29
/* 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