diff options
Diffstat (limited to 'public/accueil.css')
-rw-r--r-- | public/accueil.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/accueil.css b/public/accueil.css index 7f33393..dc79083 100644 --- a/public/accueil.css +++ b/public/accueil.css | |||
@@ -37,7 +37,8 @@ nav | |||
37 | background-color: white; | 37 | background-color: white; |
38 | } | 38 | } |
39 | 39 | ||
40 | ul | 40 | /* agir sur ul et li directement affecte le ckeditor */ |
41 | #ul_menu | ||
41 | { | 42 | { |
42 | margin: 0px; | 43 | margin: 0px; |
43 | padding: 5px; | 44 | padding: 5px; |
@@ -46,7 +47,7 @@ ul | |||
46 | justify-content: center; | 47 | justify-content: center; |
47 | } | 48 | } |
48 | 49 | ||
49 | li | 50 | #ul_menu li |
50 | { | 51 | { |
51 | list-style-type: none; | 52 | list-style-type: none; |
52 | white-space: nowrap; | 53 | white-space: nowrap; |