root / drupal7 / sites / all / themes / danland / local_sample.css @ 4b706e38
1 | 85ad3d82 | Assos Assos | /* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */
|
---|---|---|---|
2 | |||
3 | /****************************/
|
||
4 | /* LOCAL CSS */
|
||
5 | /****************************/
|
||
6 | |||
7 | /* Put your custom css and css overrides in this file and */
|
||
8 | /* rename it local.css. By restricting your css changes */
|
||
9 | /* to local.css, your changes will not be overwritten when */
|
||
10 | /* upgrading to a new version of this theme. */
|
||
11 | |||
12 | /* Steps to activate local.css: */
|
||
13 | /* 1. Add your custom css to this file */
|
||
14 | /* 2. Rename this file to local.css */
|
||
15 | /* 3. Uncomment (remove leading semicolon from ) the */
|
||
16 | /* following line in your theme's .info file: */
|
||
17 | /* ;stylesheets[all][] = local.css */
|
||
18 | /* 4. Clear cached data at admin/settings/performance */ |