aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/static/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ymherklotz/static/css/default.css')
-rw-r--r--themes/ymherklotz/static/css/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 8e98ae4..affffbb 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -435,10 +435,13 @@ dl {
}
.profile-picture {
- border-radius: 50%;
+ margin: 0px 30px 30px 0px;
float: left;
max-width: 200px;
- margin: 0px 30px 30px 0px;
+}
+
+.profile-picture > img {
+ border-radius: 50%;
}
.personal-info {