set privacy policy css style

This commit is contained in:
meaz 2020-02-22 11:24:25 +01:00
parent 3d98d77ef9
commit 46d51d59fa
1 changed files with 31 additions and 0 deletions

View File

@ -789,6 +789,37 @@ ul#nav li a:hover .ul#nav li ul {
min-height: auto;
}
/* Privacy statement
--------------------------------------*/
#privacy {
transform: skew(0deg, -1deg) translateY(0px);
}
#privacy .fullbar-content {
transform: skew(0deg, 0deg) ;
}
#privacy ul {
list-style: inherit;
}
#privacy ol {
list-style-type: lower-alpha;
}
#privacy li {
line-height: inherit;
}
#privacy strong {
font: inherit;
font-weight: bolder;
}
#privacy em {
font-style: italic;
}
/* Contact
--------------------------------------*/