Hi.
I am evaluating SCLlogin on local PC.
This is a part of my source.
<link rel="stylesheet" href="/\media\sourcecoast\themes\sclogin\custom_login.css" type="text/css" />
<link rel="stylesheet" href="/media/sourcecoast/css/sc_bootstrap.css" type="text/css" />
I added custom_login.css at admin page, but / is mixed with \ ... .
So, this css does not works correctly.
But on web hosting server, this is no problem. like this;
<link rel="stylesheet" href="/media/sourcecoast/themes/sclogin/custom_login.css" type="text/css" />
<link rel="stylesheet" href="/media/sourcecoast/css/sc_bootstrap.css" type="text/css" />
My environment:
Windows 7
XAMPP win32-1.8.1-VC9(MySQL 5.5.27, PHP 5.4.7)
Joomla 3.1.5
Best Regards,