set privacy policy css style
This commit is contained in:
parent
3d98d77ef9
commit
46d51d59fa
1 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
--------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue