diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-21 11:03:41 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-21 11:03:41 (GMT) | 
| commit | 7cd043af7822aaebd9350725b6011da5a2657af2 (patch) | |
| tree | ce063bb79ee88cddaa83e4418753271d9aeeff68 | |
| parent | 92892f13357188a5b4c81b5f2c35a3a740924d67 (diff) | |
Registered the Chrysalide page as main page.
| -rw-r--r-- | resources/screen.css | 11 | 
1 files changed, 1 insertions, 10 deletions
| diff --git a/resources/screen.css b/resources/screen.css index 50166bf..4366a5b 100644 --- a/resources/screen.css +++ b/resources/screen.css @@ -722,15 +722,6 @@ html, body {  /* ********************************************************************************** */ -/* Marge des images insérées dans du texte */ - -a.image > img { - -    margin: 20px; - -} - -  /* Sommaire */  .toc { @@ -765,7 +756,7 @@ a.image > img {  } -body:not(.page-Page_Main):not(.page-Accueil) *:not(#toctitle):not(.h2) > h2 { +body:not(.page-Page_Main):not(.page-Accueil):not(.page-Chrysalide) *:not(#toctitle):not(.h2) > h2 {      position: relative;      left: -30px; | 
