1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 23:31:04 +02:00

[ticket/11552] Responsive post

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-19 15:40:20 +03:00
parent 2e5f9ede41
commit ee8d7b536c
7 changed files with 65 additions and 34 deletions

View File

@@ -392,11 +392,6 @@
margin-left: 0;
}
/* Post author */
.rtl p.author {
margin: 0 0 0.6em 15em;
}
.rtl .signature {
clear: right;
}
@@ -484,9 +479,7 @@
/* Poster profile block
----------------------------------------*/
.rtl .postprofile {
border-left: none;
border-right-width: 1px;
border-right-style: solid;
border-width: 0 1px 0 0;
float: left;
/* text-align: right; */
}