From 19b61ad0946dd6212fab22f7ec2325f1058384e9 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 1 Nov 2023 22:09:46 -0400
Subject: [PATCH] ai: format cleanup

---
 _static/css/custom.css         | 6 ++----
 boards/beaglebone/ai/index.rst | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/_static/css/custom.css b/_static/css/custom.css
index c0ba595d..61e4b621 100644
--- a/_static/css/custom.css
+++ b/_static/css/custom.css
@@ -70,8 +70,6 @@ span.strike {
     text-decoration: line-through;
 }
 
-.admonition-license-terms.admonition:after {
-  clear: both;
-  content: '';
-  display: block;
+.admonition-license-terms.admonition {
+    overflow: auto;
 }
diff --git a/boards/beaglebone/ai/index.rst b/boards/beaglebone/ai/index.rst
index 2ceb3cf6..d529985e 100644
--- a/boards/beaglebone/ai/index.rst
+++ b/boards/beaglebone/ai/index.rst
@@ -5,7 +5,7 @@ BeagleBone AI
 
 BeagleBone AI is based on the Texas Instruments AM5729 dual-core Cortex-A15 SoC with flexible BeagleBone Black header and mechanical compatibility. BeagleBone AI makes it easy to explore how artificial intelligence (AI) can be used in everyday life via the TI C66x digital-signal-processor (DSP) cores and embedded-vision-engine (EVE) cores supported through an optimized TIDL machine learning OpenCL API with pre-installed tools. Focused on everyday automation in industrial, commercial and home applications.
 
-.. admonition:: OSHWA Certification mark
+.. admonition:: License Terms
 
     .. figure:: images/OSHW_mark_US000169.*
         :width: 200
-- 
GitLab