From 43c802c9612ca023b541bc8aae4de9b3ab18da4e Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 16 Dec 2017 22:24:48 -0500 Subject: [PATCH] Added video and ol tags --- docs/docs/dlib.css | 5 +++++ docs/docs/stylesheet.xsl | 13 ++++++++++++- docs/makedocs | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/docs/dlib.css b/docs/docs/dlib.css index 0988168f8..e7e9fb45c 100644 --- a/docs/docs/dlib.css +++ b/docs/docs/dlib.css @@ -248,6 +248,11 @@ div.inc { float: right; } +video +{ + border: black dotted 1px; + border-bottom: black solid 2px; +} .code_box { diff --git a/docs/docs/stylesheet.xsl b/docs/docs/stylesheet.xsl index 595f74c24..97a7fa30c 100644 --- a/docs/docs/stylesheet.xsl +++ b/docs/docs/stylesheet.xsl @@ -1,4 +1,4 @@ - +