File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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+
155159body .docs-ndl .doc a : hover ::after {
156160 text-decoration : none;
157161}
You can’t perform that action at this time.
0 commit comments