Skip to content

Commit

Permalink
Style our new footer menu: Remove the bullets and extra margins. Disp…
Browse files Browse the repository at this point in the history
…lay menu items inline.
  • Loading branch information
wpscholar committed Nov 12, 2015
1 parent f0d5bb8 commit 70ae1aa
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion style.css
Expand Up @@ -9,4 +9,18 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: twentyfifteen-child
* Template: twentyfifteen
*/
*/

nav.footer-menu ul {
list-style: none;
margin-bottom: 0;
}

nav.footer-menu li {
display: inline-block;
margin-left: .5em;
}

nav.footer-menu li:first-child {
margin-left: 0;
}

0 comments on commit 70ae1aa

Please sign in to comment.