@@ -83,31 +83,14 @@ img.sponsorIcon {
8383 height : var (--sponsor-icon-height );
8484}
8585
86- /** works kind of OK */
87- /*pre code {*/
88- /* white-space: pre-wrap!important;*/
89- /* word-wrap: break-word;*/
90- /* overflow-x: auto;*/
91- /*}*/
92-
93-
94- /*.example, pre, code {*/
95-
96- /* white-space: pre-wrap;*/
97- /* overflow-x: scroll;*/
98- /* overflow: scroll;*/
99- /* overflow-wrap: break-word; !* synonymous to word-wrap *!*/
100- /*}*/
101-
102-
10386pre , div .bodyTable {
10487 overflow : auto;
10588 overflow-wrap : normal;
10689}
10790.example , pre > code {
108- word-break : normal;
91+ /* word-break: normal;*/
10992 white-space : pre;
110- overflow : visible ;
93+ overflow : auto ;
11194 min-height : 2ex ;
11295 /*overflow-wrap: normal; !* synonymous to word-wrap *!*!*/
11396 /*white-space: pre;*/
@@ -182,17 +165,19 @@ div#ad,
182165
183166div # sponsor {
184167 float : right;
168+ display : flex;
169+ flex-direction : column;
170+ justify-content : flex-start;
171+
172+ max-width : 10rem ;
173+
185174 border-color : # F00 ;
186175 margin : 0px ;
187176 margin-top : 1rem ;
188177 margin-left : 1rem ;
189178 padding : 0px ;
190179}
191180
192- div .pub {
193- margin : 0px ;
194- padding : 0px ;
195- }
196181p .sponsoredBy {
197182 padding : 2px ;
198183 margin : 0px ;
@@ -202,7 +187,9 @@ p.sponsoredBy {
202187 border-top : solid 1px # CCCCCC ;
203188 border-bottom : solid 1px # CCCCCC ;
204189}
205-
190+ div .spotify {
191+ background-color : # FFEEDD ;
192+ }
206193img .spotify {
207194 max-height : calc (var (--main-logo-height ));
208195}
@@ -211,7 +198,6 @@ img.exoscale {
211198 max-height : calc (var (--main-logo-height ) * 0.8 );
212199}
213200
214-
215201# content {
216202 /*grid-area: contentArea;*/
217203}
@@ -386,7 +372,7 @@ div.license {
386372 background : # f5f5f5 ;
387373}
388374.source , .command , .console {
389- white-space : pre-wrap !important ;
375+ white-space : pre;
390376 overflow-x : auto;
391377 border-top : 1px solid # DDDDDD ;
392378 border-bottom : 1px solid # DDDDDD ;
0 commit comments