diff --git a/threadr/style.css b/threadr/style.css index 8ed6301..6a5acec 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -300,11 +300,10 @@ ul.list { background-color: #001858; } -ul.list li {float: none;} - -ul.list li p { +ul.list li { + float: none; display: block; - text-align: left; + text-align: center; color: #fef6e4; font-family: monospace; font-size: 1em;