Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 10.10
edited by Agnease
on 2026/05/19 06:03
Change comment: There is no comment for this version
To version 10.16
edited by Agnease
on 2026/05/19 06:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -617,7 +617,6 @@
617 617   order: 0;
618 618   position: static;
619 619   width: 100%;
620 - margin-bottom: 24px;
621 621   }
622 622  
623 623   .resource-content {
XWiki.StyleSheetExtension[1]
code
... ... @@ -106,10 +106,14 @@
106 106  /* ========== Mobile Menu ========== */
107 107  
108 108  @media (max-width: 767px) {
109 + .navbar-nav .agnease-menu-item.open .dropdown-menu > li > a {
110 + font-size: 14px;
111 + }
109 109   .navbar-nav > li.agnease-menu-item > a,
110 110   .navbar-nav > li > a {
111 111   padding-top: 8px;
112 112   padding-bottom: 8px;
116 +
113 113   }
114 114  
115 115   .agnease-dropdown {