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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -45,7 +45,7 @@
45 45   clear: both;
46 46   }
47 47  }
48 -li {
48 +.columnsinstyleimage li {
49 49   text-align: left;
50 50   font-size: 16px;
51 51   list-style: none;
... ... @@ -98,7 +98,7 @@
98 98   width: 100%;
99 99   height: 340px;
100 100   }
101 - li {
101 + .columnsinstyleimage li {
102 102   line-height: 35px;
103 103   text-align: center;
104 104   }
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