1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 06:55:25 +02:00

[ticket14194]Remove double inline-block

PHPBB3-14194
This commit is contained in:
Michael Miday 2015-10-11 11:43:36 +02:00
parent 9f651e2777
commit 8acbb20891

View File

@ -234,10 +234,6 @@ a:hover { text-decoration: underline; }
list-style-type: none;
}
.navbar .linklist > li {
display: inline-block;
}
ul.linklist {
display: block;
margin: 0;