Suppression du fichier reset.css et inclusion dans main
This commit is contained in:
parent
31667cac6c
commit
cceb47deaf
@ -16,8 +16,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
||||
->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8')
|
||||
->appendHttpEquiv('Content-Language', 'fr-FR');
|
||||
|
||||
$view->headLink()
|
||||
->appendStylesheet($pathStyle.'/reset.css', 'all')
|
||||
$view->headLink()
|
||||
->appendStylesheet($pathStyle.'/jquery.qtip.css', 'all')
|
||||
->appendStylesheet('/themes/jstree/default/style.css')
|
||||
->appendStylesheet('/themes/jqueryui/jquery-ui.css', 'all')
|
||||
|
@ -1,3 +1,22 @@
|
||||
/* Reset
|
||||
----------------------------------*/
|
||||
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
|
||||
table { border-collapse:collapse; border-spacing:0 }
|
||||
fieldset, img { border:0 }
|
||||
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
|
||||
caption, th { text-align:left }
|
||||
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
|
||||
q:before, q:after { content:''}
|
||||
|
||||
/* Global reset-RESET */
|
||||
/* The below restores some sensible defaults */
|
||||
strong { font-weight: bold }
|
||||
em { font-style: italic }
|
||||
a img { border:none } /* Gets rid of IE's blue borders */
|
||||
|
||||
|
||||
/* Main
|
||||
----------------------------------*/
|
||||
body {
|
||||
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #bebebe;
|
||||
color: #000000;
|
||||
|
@ -1,13 +0,0 @@
|
||||
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
|
||||
table { border-collapse:collapse; border-spacing:0 }
|
||||
fieldset, img { border:0 }
|
||||
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
|
||||
caption, th { text-align:left }
|
||||
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
|
||||
q:before, q:after { content:''}
|
||||
|
||||
/* Global reset-RESET */
|
||||
/* The below restores some sensible defaults */
|
||||
strong { font-weight: bold }
|
||||
em { font-style: italic }
|
||||
a img { border:none } /* Gets rid of IE's blue borders */
|
Loading…
Reference in New Issue
Block a user