From ca0c69911b5645c306c30f2a8b00dd378315b791 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:19:58 -0400 Subject: Our new blog system (kind of broken for now) and some additional features --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 395e514..17816a6 100644 --- a/style.css +++ b/style.css @@ -44,7 +44,7 @@ a { margin: -1px; } -ul { +ul.navbar { list-style-type: none; margin: 0; padding: 0; @@ -52,6 +52,12 @@ ul { background-color: whitesmoke; } +li.list-blog{ + text-decoration: none; + float: left; + display: block; +} + li.logo{ font-weight: bold; color: black; -- cgit v1.2.3