Fix centering on menu in header (style.css change) (#12)
authoroneleaftea <oneleaftea@users.noreply.github.com>
Sat, 26 Aug 2017 14:05:11 +0000 (07:05 -0700)
committerYihui Xie <xie@yihui.name>
Sat, 26 Aug 2017 14:05:11 +0000 (09:05 -0500)
commit11ad2599ed983b8749fb2ce7f0a19f998c2998dd
treee339380c34e3c62df8586c633655eafb110416a7
parent6272e671f93490cc920b481e914ef42e95cfb3f7
Fix centering on menu in header (style.css change) (#12)

* Update style.css to change .menu padding to 0px

Since menu li items normally add padding, it off-centers the menu. Changing padding to 0px fixes this.

* split the two CSS rules
static/css/style.css