Fixed avatar issue in IE11
authorMarcel Werk <burntime@woltlab.com>
Tue, 6 Sep 2016 09:40:22 +0000 (11:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 6 Sep 2016 09:40:22 +0000 (11:40 +0200)
wcfsetup/install/files/style/ui/userProfile.scss

index 8773d54c17d4ece967a41942f118c481e31d9324..e7d6876593d14ff87b4cea05174b4362d292dc3c 100644 (file)
                        display: block;
                        
                        > img {
-                               padding: 2px;
+                               border: 2px solid #fff;
                        }
                }
        }
                        
                        > a {
                                > img {
-                                       padding: 1px;
+                                       border: 1px solid #fff;
                                }
                        }
                }