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)
* 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

index d23b9a5672368600461d24f1a3a1cbe60f923a51..0edd168b02bbd9062df58c813b799cf6c1cba308 100644 (file)
@@ -6,6 +6,7 @@ body {
 }
 
 /* header and footer areas */
+.menu { padding: 0; }
 .menu li { display: inline-block; }
 .article-meta, .menu a {
   text-decoration: none;