...and associated css
This commit is contained in:
parent
803b3e9146
commit
65194befe8
1 changed files with 24 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue