diff --git a/epicyon-profile.css b/epicyon-profile.css
index 1cd4adff..1b59bbdc 100644
--- a/epicyon-profile.css
+++ b/epicyon-profile.css
@@ -60,10 +60,6 @@ a:link {
font-weight: bold;
}
-.license {
- width: 5%;
-}
-
.cwButton {
border-radius: var(--button-corner-radius);
background-color: #554;
@@ -1051,6 +1047,11 @@ div.imagedesc {
margin: 5px;
float: right;
}
+ .license {
+ float: right;
+ margin: 0% 1%;
+ width: 10%;
+ }
}
@media screen and (max-width: 1000px) {
@@ -1303,4 +1304,9 @@ div.imagedesc {
margin: 5px;
float: right;
}
+ .license {
+ float: right;
+ margin: 0% 1%;
+ width: 20%;
+ }
}
diff --git a/webinterface.py b/webinterface.py
index 5a775cf4..9524cc58 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1288,7 +1288,7 @@ def htmlProfile(translate: {},projectVersion: str, \
with open(cssFilename, 'r') as cssFile:
profileStyle = cssFile.read().replace('image.png',actor+'/image.png')
- licenseStr=''
+ licenseStr=''
if selected=='posts':
profileStr+= \