File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -323,23 +323,27 @@ form.struct_newschema {
323323}
324324
325325.dokuwiki .structcloud {
326- li {
327- float : left ;
328- list-style : none ;
329- margin : 0 1em 0 0 ;
330- padding : 0 ;
326+ ul {
327+ text-align : center ;
331328
332- .struct_color , .struct_media {
333- a {
334- display : block ;
335- height : 100% ;
329+ li {
330+ list-style : none ;
331+ margin : 0 1em 0 0 ;
332+ padding : 0 ;
333+ display : inline-block ;
334+
335+ .struct_color , .struct_media {
336+ a {
337+ display : block ;
338+ height : 100% ;
339+ }
336340 }
337- }
338341
339- .struct_media a {
340- background-size : cover ;
341- background-position : center ;
342- box-shadow : 1px 1px 5px 1px rgba (0 , 0 , 0 , 0.5 )
342+ .struct_media a {
343+ background-size : cover ;
344+ background-position : center ;
345+ box-shadow : 1px 1px 5px 1px rgba (0 , 0 , 0 , 0.5 )
346+ }
343347 }
344348 }
345349}
You can’t perform that action at this time.
0 commit comments