diff --git a/forum/static/theme.css b/forum/static/theme.css index 25e5a5f..56a4ce6 100644 --- a/forum/static/theme.css +++ b/forum/static/theme.css @@ -170,6 +170,8 @@ table.form > * > tr > td, th { .button_image { height: 50px; + width: 50px; + display: block; } .navbar a:hover, .dropdown:hover .dropbtn { diff --git a/forum/templates/base.html b/forum/templates/base.html index 30a12fc..ec55124 100644 --- a/forum/templates/base.html +++ b/forum/templates/base.html @@ -11,33 +11,9 @@