Skip to content

AI-Aided: Added image border for all images #8058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_static/css/mattermost-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2004,4 +2004,13 @@ mark {
#check-your-mattermost-client-settings .tab-set .tab-set {
background-color: var(--color-background-secondary);
padding: 0rem 1rem 1rem 1rem;
}

/* Image borders */
img {
border: 1px solid #d3d3d3;
}

body:not([data-custom-theme="light"]) img {
border: 1px solid #4a4a4a;
}
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Mattermost's purpose is to accelerate the world's mission critical work by devel

.. image:: /images/ime.png
:alt: Infographic titled "Mattermost: The Intelligent Mission Environment", showcasing Mattermost as an AI-powered, self-hosted collaboration platform for defense, security, and critical enterprises. It highlights use cases in Cyber Defense, Development, Security, and Operations (DevSecOps), and Mission Operations; a secure collaborative workflow with messaging, automation, audio/screenshare, project tracking, and AI tools; an integration platform with extensible architecture; and a deployment solution with Kubernetes-based, cyber-resilient scalability.
:target: about/product.html

.. toctree::
:maxdepth: 1
Expand Down