summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-27 21:13:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-27 21:13:26 (GMT)
commita69a107a3597eb2b31458593a415fcbccf0eda8b (patch)
tree3ce0970d3ad47545e2a008c2fd5604c49b4cd3e5 /resources
parent7cd8ce6cce8ebfa940c1e1419186bce1f122b027 (diff)
Identified the main page using a CSS selector.
Diffstat (limited to 'resources')
-rw-r--r--resources/screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/screen.css b/resources/screen.css
index 0b74aa3..d177d51 100644
--- a/resources/screen.css
+++ b/resources/screen.css
@@ -756,7 +756,7 @@ html, body {
}
-body:not(.page-Page_Main):not(.page-Accueil):not(.page-Chrysalide) *:not(#toctitle):not(.h2) > h2 {
+body:not(.main_page) *:not(#toctitle):not(.h2) > h2 {
position: relative;
left: -30px;