Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adullact
Theme-WordPress-Adullact-org
Commits
971e6126
Commit
971e6126
authored
Feb 06, 2020
by
N. Peraldi
Browse files
style: add interesting css classes to others pages
parent
198e7f22
Changes
4
Hide whitespace changes
Inline
Side-by-side
category-membres.php
View file @
971e6126
...
...
@@ -113,7 +113,7 @@ get_header();
$min_member_numero
=
1
+
(
$page
*
$maxMembersPerPage
)
-
$maxMembersPerPage
;
$max_member_numero
=
(
$page
*
$maxMembersPerPage
);
?>
<div
class=
"wrap"
>
<div
class=
"wrap
adullact-no-height-padding
"
>
<main
id=
"main"
class=
"site-main"
role=
"main"
>
<div
id=
"adullact-sort-buttons"
>
<div
id=
"adullact-sort-by-type-buttons"
>
...
...
formulaire-adhesion/formulaire-adhesion.php
View file @
971e6126
...
...
@@ -7,7 +7,7 @@ require_once "formulaire-adhesion-functions.php";
get_header
();
?>
<div
class=
"wrap"
>
<div
class=
"wrap
adullact-no-height-padding
"
>
<div
id=
"primary"
class=
"content-area"
>
<?php
if
(
$isFormulaireValide
)
{
...
...
index.php
View file @
971e6126
...
...
@@ -14,7 +14,7 @@ $adullact_parallax_directory = $theme_name . "/media/adullact/" . $parallax_name
get_header
();
?>
<div
class=
"wrap"
>
<div
class=
"wrap
adullact-no-height-padding
"
>
<div
id=
"primary"
class=
"content-area"
>
<main
id=
"main"
class=
"site-main"
role=
"main"
>
<?php
...
...
page-adhesion-individuelle.php
View file @
971e6126
...
...
@@ -5,7 +5,7 @@ Template Name: Adhésion individuelle
get_header
();
?>
<div
class=
"wrap"
>
<div
class=
"wrap
adullact-no-height-padding
"
>
<div
id=
"primary"
class=
"content-area"
>
<h1
class=
"adullact-blue"
>
Adhésion individuelle
</h1>
<p>
Les adhésions individuelles se font sur le site HelloAsso.
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment