We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6367e06 commit 8f05f66Copy full SHA for 8f05f66
static/shared/css/documentation.css
@@ -682,10 +682,6 @@ div.sidebar-module ul ul li span {
682
text-decoration: underline;
683
}
684
685
-#footer li {
686
- list-style: none;
687
-}
688
-
689
#footer .mega-icon {
690
color: #ccc;
691
@@ -706,7 +702,6 @@ div.sidebar-module ul ul li span {
706
702
text-align: center;
707
703
width: 10%;
708
704
vertical-align: middle;
709
- padding: 0 10px;
710
705
711
712
.footer-cell:first-child {
@@ -724,9 +719,10 @@ div.sidebar-module ul ul li span {
724
719
padding-right: 0;
725
720
726
721
727
-.footer-cell > li {
722
+.footer-cell li {
728
723
display: inline;
729
margin-right: 20px;
+ list-style: none;
730
731
732
#footer .wrapper {
0 commit comments