mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'mvinny/ticket/11046' into develop
* mvinny/ticket/11046: [ticket/11046] Add border-radius for UCP message colours block
This commit is contained in:
commit
4b8eac02f0
1 changed files with 2 additions and 1 deletions
|
@ -260,8 +260,9 @@ ul.cplist {
|
|||
|
||||
/* Friends list */
|
||||
.cp-mini {
|
||||
padding: 0 5px;
|
||||
margin: 10px 15px 10px 5px;
|
||||
padding: 5px 10px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
dl.mini dt {
|
||||
|
|
Loading…
Add table
Reference in a new issue