1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 15:20:44 +02:00

[ticket/12613] Remove responsive linklist from memberlist

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-13 13:29:50 +02:00
parent 7c527adee8
commit f17eee19de
4 changed files with 56 additions and 57 deletions

View File

@@ -226,33 +226,6 @@ dd.option {
font-size: 1.1em;
}
/* Container for post/reply buttons and pagination */
.topic-actions {
margin-bottom: 3px;
font-size: 1.1em;
height: 28px;
min-height: 28px;
}
div[class].topic-actions {
height: auto;
}
.topic-actions:after {
clear: both;
content: '';
display: block;
}
.action-bar {
margin: 4px 0;
}
.action-bar:after {
clear: both;
content: '';
display: block;
}
/* Post body styles
----------------------------------------*/
.postbody {