diff --git a/threadr/style.css b/threadr/style.css index 1a47e37..e3e32d7 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -216,6 +216,10 @@ ul.topnav li.right { } ul.list li { + float: none; +} + +ul.list li p { display: block; color: #fef6e4; text-align: center; @@ -224,7 +228,6 @@ ul.list li { font-size: 1em; padding: 14px 16px; text-decoration: none; - float: none; } /*.dropdown-content {