Skip to content
Snippets Groups Projects
Commit 78e183c0 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Tweak inline code snippets to somewhat match codehilite blocks.

parent 9a31d8cf
No related branches found
No related tags found
No related merge requests found
......@@ -217,10 +217,12 @@ pre {
code {
max-width: 100%;
border: 1px solid #f28c26;
border-radius: 4px;
border-radius: .3em;
background: #eee;
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
padding: .1em;
margin: .1em;
font-size: .9em;
display: inline-block;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment