From 68ab8272be6e668a826080d37a6be888d80b5740 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Sat, 7 Dec 2013 13:08:49 -0300 Subject: [PATCH] Css fixes --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index bba75e3..80e4f1b 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ * { margin: 0; padding: 0; } * :link,:visited { text-decoration:none } * ul,ol { list-style:none; } -* li { display: inline; } +.header-content li { display: inline; } * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } * a img,:link img,:visited img { border:none } a { outline: none; } -- libgit2 0.21.2