slachiewicz opened a new pull request, #1400:
URL: https://github.com/apache/maven-scm/pull/1400

   `site.css` — the root copy and the identical one under `maven-scm-plugin` — 
carried a rule whose only job was to cancel something that no longer happens:
   
   ```css
   a.externalLink, ... { background: none; padding-right: 0; }
   ```
   
   Fluido Skin painted a per-target icon on external links (a globe for `http`, 
a certificate for `https`, an envelope for `mailto`, and so on). Fluido Skin 
2.1.0 dropped those icons and the CSS behind them 
([MSKINS-262](https://issues.apache.org/jira/browse/MSKINS-262)), so the 
override now has nothing to override. Doxia still emits `class="externalLink"` 
on external links in page content; the class is simply unstyled.
   
   The rest of each file — the `#downloadbox` rules — is untouched.
   
   `maven-scm-1.x` has the same rule and is deliberately left alone: it is the 
Doxia 1 line and has not moved since 2022.
   
   Verified: `mvn -N site` → BUILD SUCCESS, the copied 
`target/site/css/site.css` no longer mentions the selector, and `index.html` 
renders unchanged.
   
   *This change was created with AI assistance.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to