Skip to content

Commit 22aa906

Browse files
committed
updates after review
1 parent 3bddd24 commit 22aa906

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

preview-src/lists.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= Lists
2+
3+
== Bullet point
4+
5+
. Example 1
6+
. Example 2
7+
. Example 2
8+
9+
== Numbered
10+
11+
* Example 1
12+
* Example 2
13+
* Example 2

src/css/doc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ body {
640640

641641
.doc .olist li,
642642
.doc .ulist li {
643-
margin-bottom: 0;
643+
margin-bottom: 0.5;
644644
}
645645

646646
.doc .olist li > div:first-of-type,
@@ -1266,7 +1266,7 @@ body {
12661266
}
12671267

12681268
.doc a.external:hover::after {
1269-
text-decoration: underline;
1269+
text-decoration: none;
12701270
}
12711271

12721272
.doc .no-arrows a::after {

src/css/docs-ndl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ body.docs-ndl .doc a:hover {
152152
text-decoration: underline;
153153
}
154154

155+
body.docs-ndl .cards.bottom-cards a:hover {
156+
text-decoration: none;
157+
}
158+
155159
body.docs-ndl .doc a:hover::after {
156160
text-decoration: none;
157161
}

0 commit comments

Comments
 (0)