Skip to content

Commit 73825ac

Browse files
SajakiSajaki
authored andcommitted
Merge branch '32'
2 parents e017eb2 + a8124b5 commit 73825ac

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ For more information and support, we suggest you visit
4040

4141
### Changes
4242

43+
3.0.8.2 (05-11-2016)
44+
- fix top margin of avatar
45+
4346
3.0.8.1 (26-6-2016)
4447
- new design for Polls
4548
- new design for Top bar

pbtech/style.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# General Information about this style
2222
name = PBTech
2323
copyright = © PayBas, 2015
24-
style_version = 3.0.8.1
24+
style_version = 3.0.8.2
2525
phpbb_version = 3.1.9
2626

2727
# Defining a different template bitfield

pbtech/theme/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ table.table1 tbody .big-column td {
445445
.postprofile .avatar {
446446
background: none;
447447
background: url("./images/avatar-tr.png") 100% 0 no-repeat, url("./images/avatar-bl.png") 0 100% no-repeat;
448-
margin-top: 5px;
448+
margin-top: 0px;
449449
padding: 5px;
450450
width: auto;
451451
height: auto;

0 commit comments

Comments
 (0)