mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 21:44:11 +01:00
...and associated css
This commit is contained in:
parent
803b3e9146
commit
65194befe8
24
supporting-docs/css/faq.css
Normal file
24
supporting-docs/css/faq.css
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
ul
|
||||||
|
{
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p
|
||||||
|
{
|
||||||
|
padding-left: 30px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,h5
|
||||||
|
{
|
||||||
|
border-top: 40px solid transparent;
|
||||||
|
margin-top: -40px;
|
||||||
|
-webkit-background-clip: padding-box;
|
||||||
|
-moz-background-clip: padding;
|
||||||
|
background-clip: padding-box;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 16px;
|
||||||
|
padding-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue