<
From version < 8.1 >
edited by Andreea Chirica
on 2020/05/11 18:30
To version < 7.1 >
edited by Andreea Chirica
on 2020/05/11 18:13
>
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -49,17 +49,13 @@
49 49   text-decoration: underline;
50 50  }
51 51  
52 +@media (min-width: 1200px)
53 +.container {
54 + width: 1120px;
55 +}
52 52  
53 -
54 -@media only screen and (min-width: 992px) {
55 - .externalresources.container {
57 +@media (min-width: 992px)
58 +.container {
56 56   width: 935px;
57 - }
58 58  }
59 59  
60 -@media only screen and (min-width: 1200px) {
61 - .externalresources.container {
62 - width: 1120px;
63 - }
64 -}
65 -
XWiki SAS Copyright © 2024