Jump to content

Featured Replies

Posted

Original code

#elLicenseKey {
	margin: 0;
	border-radius: 0;
  font-size: {fontsize="medium"}};
	padding-right: 40px;
}

rule is closed before padding.

Has to be

#elLicenseKey {
	margin: 0;
	border-radius: 0;
  font-size: {fontsize="medium"};
	padding-right: 40px;
}

 

Recently Browsing 0

  • No registered users viewing this page.