Skip to content

Commit 8f05f66

Browse files
committed
Cleaned up CSS for footer
1 parent 6367e06 commit 8f05f66

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

static/shared/css/documentation.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ div.sidebar-module ul ul li span {
682682
text-decoration: underline;
683683
}
684684

685-
#footer li {
686-
list-style: none;
687-
}
688-
689685
#footer .mega-icon {
690686
color: #ccc;
691687
}
@@ -706,7 +702,6 @@ div.sidebar-module ul ul li span {
706702
text-align: center;
707703
width: 10%;
708704
vertical-align: middle;
709-
padding: 0 10px;
710705
}
711706

712707
.footer-cell:first-child {
@@ -724,9 +719,10 @@ div.sidebar-module ul ul li span {
724719
padding-right: 0;
725720
}
726721

727-
.footer-cell > li {
722+
.footer-cell li {
728723
display: inline;
729724
margin-right: 20px;
725+
list-style: none;
730726
}
731727

732728
#footer .wrapper {

0 commit comments

Comments
 (0)