Skip to content

Commit 031f6bd

Browse files
committed
[doc] Fix few glitches visible in the RNs
1 parent ebdebe0 commit 031f6bd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

documentation/users-guide/css/github.css

+12-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ body > *:first-child {
1313
body > *:last-child {
1414
margin-bottom: 0 !important; }
1515

16-
a {
16+
a, a:visited {
1717
text-decoration: none;
1818
color: #4183C4; }
19-
a.absent {
19+
a:hover {
20+
text-decoration: underline;
21+
color: #4183C4; }
22+
a:absent {
2023
color: #cc0000; }
21-
a.anchor {
24+
a:anchor {
2225
display: block;
2326
padding-left: 30px;
2427
margin-left: -30px;
@@ -113,14 +116,19 @@ h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
113116

114117
li p.first {
115118
display: inline-block; }
119+
116120
li {
117121
margin: 0; }
122+
123+
ul {
124+
margin: 0; }
125+
118126
ul, ol {
119127
padding-left: 30px; }
120128

121129
ul :first-child, ol :first-child {
122130
margin-top: 0; }
123-
131+
124132
dl {
125133
padding: 0; }
126134
dl dt {

0 commit comments

Comments
 (0)