X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fship-simu%2Fcss%2Fgeneral.css;h=08f154fabfa96da4ad967498c927e6213b00e44b;hb=d863b60ee167db89d1d5540be2207fca27cdd2c7;hp=a6ff5efa0ae00c3e669df9e571d07fc1ec2476ba;hpb=da6152490f7063de0c41d84c2240a52366e7fee7;p=mailer.git diff --git a/theme/ship-simu/css/general.css b/theme/ship-simu/css/general.css index a6ff5efa0a..08f154fabf 100644 --- a/theme/ship-simu/css/general.css +++ b/theme/ship-simu/css/general.css @@ -53,6 +53,12 @@ ul, ol { margin-bottom : 0px; } +pre { + white-space: pre-wrap; + text-align: left; + padding: 5px; +} + .form_reset { border-style : groove; border : solid 1px #000000; @@ -367,14 +373,6 @@ ul, ol { text-align : right; } -.task_pre { - font-weight : bold; - margin-left : 0px; - margin-right : 0px; - margin-top : 10px; - margin-bottom : 10px; -} - .impressum_body { background-color : #FFFFFF; } @@ -511,3 +509,24 @@ ul, ol { margin-left : 10px; margin-right : 10px; } + +ul.listing { + text-align: left; + margin-top: 5px; + margin-left: 5px; + margin-right: 5px; + padding-left: 5px; + list-style-type: none; +} + +ol.listing { + text-align: left; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 0px; + margin-left: 25px; +} + +li.listing { + padding-bottom: 5px; +}