X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=3aeb1edc1ac74e65ae6ac8d60328f98c806580b2;hb=0a15b1785fe664d0f076b39eb47d694376ec7109;hp=66f85789a960d07498854959e83a8a06f75dfec3;hpb=87fe1a21bdadec75ef25257c8bd3fcedc024114e;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 66f85789a9..3aeb1edc1a 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -84,7 +84,7 @@ display: list-item; line-height: 1.5em; /* @embed */ - list-style-image: url(images/bullet.gif); + list-style-image: url( images/bullet.gif ); list-style-type: square; } @@ -137,7 +137,7 @@ .success-message { font-weight: bold; font-size: 110%; - color: #0f0; + color: #008000; } .success-box { @@ -161,7 +161,7 @@ } .config-download-link a { - background: url(images/download-32.png) no-repeat center left; + background: url( images/download-32.png ) no-repeat center left; padding-left: 40px; /* 32 px for the image (above), plus some breathing room */ height: 32px; /* provide enough vertical room for the image */ display: inline-block; /* allow the height property (above) to work */ @@ -180,7 +180,7 @@ margin-bottom: -8px; padding: 0 0 0 15px; /* @embed */ - background-image: url(images/help-question.gif); + background-image: url( images/help-question.gif ); background-position: left center; background-repeat: no-repeat; cursor: pointer; @@ -191,7 +191,7 @@ .config-help-field-hint:hover { /* @embed */ - background-image: url(images/help-question-hover.gif); + background-image: url( images/help-question-hover.gif ); } .config-help-field-data {