projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d65d844
)
Added missing max-width for img tags
author
Marcel Werk
<burntime@woltlab.com>
Sun, 26 Apr 2015 17:15:54 +0000
(19:15 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 26 Apr 2015 17:15:54 +0000
(19:15 +0200)
wcfsetup/install/files/style/user.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/user.less
b/wcfsetup/install/files/style/user.less
index 0c751663d21b06420ee3df2407e26a47f9525ac3..8cd108755483ccf092b1ea26513ed36dbe4c4249 100644
(file)
--- a/
wcfsetup/install/files/style/user.less
+++ b/
wcfsetup/install/files/style/user.less
@@
-386,4
+386,8
@@
right: 4px;
top: 2px;
}
+}
+
+#aboutMe img {
+ max-width: 100%;
}
\ No newline at end of file