Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit80f5f73

Browse files
committed
Add the default monospace font stack for <code> elements
Unfortunately <code> elements weren't getting the monospace font stack theydeserved so they looked a little out of place. 💄
1 parent8009dff commit80f5f73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎static/shared/css/documentation.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,10 @@ body.api .content table td {
11551155
Pre/Code Styles
11561156
------------------------------------------------------------------------------*/
11571157

1158-
code {white-space: nowrap;}
1158+
code {
1159+
white-space: nowrap;
1160+
font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
1161+
}
11591162

11601163
pre {
11611164
border:1px solid#cacaca;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp