Changes for page Public Web Site
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 6.22
edited by Alex Cotiugă
on 2026/05/02 12:06
on 2026/05/02 12:06
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
-
Objects (1 modified, 0 added, 0 removed)
Details
- 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 +