Skip to content

Commit 69debc5

Browse files
committed
Remove nav detail's nested padding-right and unused position:relative
1 parent 70995a4 commit 69debc5

File tree

1 file changed

+0
-5
lines changed
  • lib/rdoc/generator/template/aliki/css

1 file changed

+0
-5
lines changed

lib/rdoc/generator/template/aliki/css/rdoc.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -864,11 +864,6 @@ nav a:hover {
864864
}
865865
}
866866

867-
nav ul li details {
868-
position: relative;
869-
padding-right: 1.5em; /* Add space for the marker on the right */
870-
}
871-
872867
nav ul li details > summary {
873868
list-style: none; /* Remove the default marker */
874869
position: relative; /* So that the open/close triangle can position itself absolutely inside */

0 commit comments

Comments
 (0)