aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/_themes/pysidedocs
diff options
context:
space:
mode:
authorFeRD (Frank Dana) <ferdnyc@gmail.com>2022-02-20 23:16:19 -0500
committerFeRD (Frank Dana) <ferdnyc@gmail.com>2022-03-21 10:15:36 -0500
commitf116ec1e59f7963fad1b44417c2b0e6392eaa60e (patch)
tree3f2cea86b997e1e45a6c97d1792cb3bb6b98d59b /sources/pyside6/doc/_themes/pysidedocs
parentc3c692d26e2d6976afa226a3f49e1745e94712e7 (diff)
Docs: Add missing semicolon to CSS
An unterminated CSS directive is causing line height issues in the website documentation for PySide6. Change-Id: Ic1f22d16c3c2d8c9cce884a328153b4843fefdd6 Fixes: QTWEBSITE-1037 Pick-to: 6.2 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'sources/pyside6/doc/_themes/pysidedocs')
-rw-r--r--sources/pyside6/doc/_themes/pysidedocs/static/pyside.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
index e0fd3d507..5b4cb9d1f 100644
--- a/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
+++ b/sources/pyside6/doc/_themes/pysidedocs/static/pyside.css
@@ -960,7 +960,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
margin:0;
padding:0;
border:0;
- font-size:100%
+ font-size:100%;
line-height: 1.4;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {