From fc5cee8e1212c7ba13259694972d94ae42a43e16 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 29 May 2020 02:41:56 +0200 Subject: [PATCH] test --- docs/static/extra.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/static/extra.css b/docs/static/extra.css index 8d8086df..5a053c4a 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -1,9 +1,9 @@ /* Applies to the entire body of the HTML document (except where overridden by more specific selectors). */ -/* background-color: rgb(240,240,240); */ + body { margin: 25px; - background-color: rgb(248,248,248); + background-color:rgb(240,240,240); font-family: arial, sans-serif; font-size: 14px; } @@ -19,4 +19,8 @@ h1 { .someclass { color: red; } /* Applies to the element with <... id="someid"> specified. */ -#someid { color: green; } \ No newline at end of file +#someid { color: green; } + +.rst-versions { + border-top:solid 10px #222c32; +} \ No newline at end of file