Changes for page Public Web Site
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 6.20
edited by Alex Cotiugă
on 2026/05/02 10:07
on 2026/05/02 10:07
Change comment:
There is no comment for this version
To version 6.24
edited by Alex Cotiugă
on 2026/05/02 12:22
on 2026/05/02 12:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,7 +14,7 @@ 14 14 <li>Secure, optimized platforms</li> 15 15 </ul> 16 16 <div id="hero-cta"> 17 - <a class="btn btn-primary href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 17 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 18 18 #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation"> 19 19 Request a consultation 20 20 </a>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -234,3 +234,32 @@ 234 234 a { color: @brand; } 235 235 } 236 236 } 237 + 238 +.navbar-default .navbar-nav { 239 + float: right !important; 240 + background-color: #fff; 241 + border-color: #fff; 242 + .menu-horizontal { 243 + background-color: #fff; 244 + border-color: #fff; 245 + } 246 + 247 + margin-left:20px; 248 + li { 249 + align-items: end; 250 + font-size: 20px; 251 + &:hover { 252 + background-color: #fff; 253 + color: #00463c; 254 + } 255 + a { 256 + padding-bottom: 0; 257 + padding-top: 14px; 258 + &:hover { 259 + background-color: #fff; 260 + color: #00463c; 261 + } 262 + } 263 + } 264 +} 265 +