BP: add override stylesheet for user customization
This commit is contained in:
parent
0a8c737848
commit
4b37411142
templates/bulletproof
@ -50,6 +50,8 @@
|
||||
{if $template_option.jscolumns == 'true'}<script type="text/javascript" src="{$serendipityHTTPPath}templates/{$template}/js/p7_eqCols2_10.js"></script>{/if}
|
||||
<!-- print media stylesheet -->
|
||||
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="print.css"}" media="print" />
|
||||
<!-- additional stylesheet for user customization so bundled stylesheets do not require modification -->
|
||||
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="override.css"}" />
|
||||
</head>
|
||||
|
||||
<body{if $template_option.jscolumns == 'true'} onload="P7_equalCols2(0,{if $template_option.layouttype != '1col'}'content','DIV',{/if}'serendipityLeftSideBar','DIV','serendipityRightSideBar','DIV')"{/if}>
|
||||
|
12
templates/bulletproof/override.css
Normal file
12
templates/bulletproof/override.css
Normal file
@ -0,0 +1,12 @@
|
||||
/**********************************************************************/
|
||||
/* Template: bulletproof for Serendipity (http://www.s9y.org) */
|
||||
/* Authors: Matthias Mees, David Cummins and Don Chambers */
|
||||
/* */
|
||||
/* Override Stylesheet */
|
||||
/* */
|
||||
/* Provide additional or modified css rules here so bundled bp */
|
||||
/* stylesheets require no modification. */
|
||||
/* */
|
||||
/* http://s9y-bulletproof.com */
|
||||
/**********************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user