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
Kazuhiko Shiozaki
gitlab-ce
Commits
27389781
Commit
27389781
authored
May 14, 2015
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add style for <kbd> element in markdown
Fixes #5825
parent
8dde52cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+16
-0
No files found.
CHANGELOG
View file @
27389781
...
@@ -62,6 +62,7 @@ v 7.11.0 (unreleased)
...
@@ -62,6 +62,7 @@ v 7.11.0 (unreleased)
- Call merge request web hook for each new commits (Arthur Gautier)
- Call merge request web hook for each new commits (Arthur Gautier)
- Use SIGKILL by default in Sidekiq::MemoryKiller
- Use SIGKILL by default in Sidekiq::MemoryKiller
- Fix mentioning of private groups.
- Fix mentioning of private groups.
- Add style for <kbd> element in markdown
v 7.10.2
v 7.10.2
- Fix CI links on MR page
- Fix CI links on MR page
...
...
app/assets/stylesheets/base/mixins.scss
View file @
27389781
...
@@ -73,6 +73,22 @@
...
@@ -73,6 +73,22 @@
padding
:
0
;
padding
:
0
;
}
}
kbd
{
display
:
inline-block
;
padding
:
3px
5px
;
font-size
:
11px
;
line-height
:
10px
;
color
:
#555
;
vertical-align
:
middle
;
background-color
:
#FCFCFC
;
border-width
:
1px
;
border-style
:
solid
;
border-color
:
#CCC
#CCC
#BBB
;
border-image
:
none
;
border-radius
:
3px
;
box-shadow
:
0px
-1px
0px
#BBB
inset
;
}
h1
{
h1
{
margin-top
:
45px
;
margin-top
:
45px
;
font-size
:
2
.5em
;
font-size
:
2
.5em
;
...
...
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