提交 e1982c32 编写于 作者: J Jeroen van Baarsen

Merge pull request #9295 from afc163/master

Add style for <kbd> element in markdown
...@@ -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
......
...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册