Hello.

It's written in custom_style.css:
"2. Rename this file to local.css"
If we do that, local.css doesn't appear in the web page source. Here is what we get in the homepage:

Clearing the cache didn't change anything...
We use Drupal 6.16 on MandrivaLinux 2009 Spring KDE.

Comments

Fiable.biz’s picture

Here is the code that didn't appear above:

<!--[if lte IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/fiable_heart/themes/zeropoint/css/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/fiable_heart/themes/zeropoint/css/ie7.css" />
<![endif]-->
<link type="text/css" rel="stylesheet" media="all" href="/drupal/modules/node/node.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/modules/system/defaults.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/modules/system/system.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/modules/system/system-menus.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/modules/user/user.css?x" />

<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/all/modules/date/date.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/all/modules/date/date_popup/themes/datepicker.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/all/modules/date/date_popup/themes/timeentry.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/fiable_heart/themes/zeropoint/css/style-zero.css?x" />
<link type="text/css" rel="stylesheet" media="all" href="/drupal/sites/fiable_heart/themes/zeropoint/css/round.css?x" />
<link type="text/css" rel="stylesheet" media="print" href="/drupal/sites/fiable_heart/themes/zeropoint/css/print.css?x" />
fjcalzado@gmail.com’s picture

Hi:
As it's explained here: http://drupal.org/node/733194 you shoudn't rename "custom_style.css" to "local.css". It's a mistake in the instructions in _custom/custom_style.css. Step 2 must be ignored, and all will work fine.

florian’s picture

Status: Active » Closed (fixed)

Solved in 6.x-1.12 and 6.x-2.5 releases.