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

Commitffb2d09

Browse files
committed
Modifications to get wrapped lines to align correctly.
1 parentcba93c5 commitffb2d09

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎base.css‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@ pre { margin-left: 1em; }
7878
pre>code {display: inline-block; }
7979

8080

81-
/* Use anmdash for the list bullet. */
81+
/* Use anem-dash for the list bullet. */
8282
ul {
83-
list-style:none;
84-
margin-left:0;
83+
list-style: none;
84+
/* Relative positioning on the 'ul' lets the absolutely-positioned
85+
marker align relative to it.*/
86+
position: relative;
8587
}
8688
ulli:before {
8789
content:"\2014";
88-
padding-right:.5em;
90+
position: absolute;left:10px;
8991
}
9092

9193
/* This is here rather than inside elements/toc.html because browsers

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp