Commit: 209105626408ff91d0ae259029c691b790b1b20e

Author: David Persson | Date: 2010-01-07 12:38:52 +0100
Renaming asset back.
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index ba9e2b6..c653b1f 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -11,7 +11,7 @@ <head> <?php echo $this->html->charset(); ?> <title>Lithium API <?php echo $this->title(); ?></title> - <?php echo $this->html->style(array('base', 'li3_docs')); ?> + <?php echo $this->html->style(array('base', 'li3.docs')); ?> <?php echo $this->scripts(); ?> <?php echo $this->html->link('Icon', null, array('type' => 'icon')); ?> </head> diff --git a/webroot/css/li3.docs.css b/webroot/css/li3.docs.css new file mode 100644 index 0000000..82efc98 --- /dev/null +++ b/webroot/css/li3.docs.css @@ -0,0 +1,37 @@ +/*------------------------------------------------------------------------------------------------- + Lithium: the most rad php framework + + @copyright Copyright 2009, Union of RAD (http://union-of-rad.org) + @license http://opensource.org/licenses/bsd-license.php The BSD License +-------------------------------------------------------------------------------------------------*/ + +/*--- This is the stylesheet for li3_docs ---*/ + +.crumbs li + li:before { + content: ' \\ '; +} +.crumbs li + li.ident:before { + content: ' :: '; +} +.crumbs li.type + li:before { + content: ''; +} +.crumbs .type { + font-size: 18px; + font-style: oblique; + margin-right: 10px; +} +.crumbs .type.namespace { +} +.crumbs .type.class { +} +.crumbs .type.method { +} + +.parameters ul { + margin-left: 1em; +} +.parameters ul p { + margin: 0; +} + diff --git a/webroot/css/li3_docs.css b/webroot/css/li3_docs.css deleted file mode 100644 index 82efc98..0000000 --- a/webroot/css/li3_docs.css +++ /dev/null @@ -1,37 +0,0 @@ -/*------------------------------------------------------------------------------------------------- - Lithium: the most rad php framework - - @copyright Copyright 2009, Union of RAD (http://union-of-rad.org) - @license http://opensource.org/licenses/bsd-license.php The BSD License --------------------------------------------------------------------------------------------------*/ - -/*--- This is the stylesheet for li3_docs ---*/ - -.crumbs li + li:before { - content: ' \\ '; -} -.crumbs li + li.ident:before { - content: ' :: '; -} -.crumbs li.type + li:before { - content: ''; -} -.crumbs .type { - font-size: 18px; - font-style: oblique; - margin-right: 10px; -} -.crumbs .type.namespace { -} -.crumbs .type.class { -} -.crumbs .type.method { -} - -.parameters ul { - margin-left: 1em; -} -.parameters ul p { - margin: 0; -} -