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.

Commit10d0f78

Browse files
committed
Updating to use GitHub default font stack
- Make the <code> font stack more consistent from GitHub.com.- Refactor code/pre selector rules to be generic enough to catch allthe lingering code blocks.
1 parent80f5f73 commit10d0f78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎static/shared/css/documentation.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,6 @@ div.sidebar-module ul ul li span {
10171017
.contentdlcode,
10181018
.contentulcode,
10191019
pcode {
1020-
font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
10211020
-webkit-border-radius:3px;
10221021
-moz-border-radius:3px;
10231022
border-radius:3px;
@@ -1157,13 +1156,13 @@ body.api .content table td {
11571156

11581157
code {
11591158
white-space: nowrap;
1160-
font:12pxMonaco,"Courier New","DejaVu SansMono","Bitstream Vera Sans Mono",monospace;
1159+
font:12pxConsolas,'LiberationMono', Courier,monospace;
11611160
}
11621161

11631162
pre {
11641163
border:1px solid#cacaca;
11651164
line-height:1.2em;
1166-
font:12pxMonaco,"Courier New","DejaVu SansMono","Bitstream Vera Sans Mono",monospace;
1165+
font:12pxConsolas,'LiberationMono', Courier,monospace;
11671166
padding:10px;
11681167
overflow:auto;
11691168
-webkit-border-radius:3px;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp