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

Summary

Details

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