17 lines
318 B
CSS
17 lines
318 B
CSS
|
|
/**
|
||
|
|
* Common as3cf-notice styles.
|
||
|
|
*/
|
||
|
|
.as3cf-notice p,
|
||
|
|
.as3cf-compatibility-notice p {
|
||
|
|
max-width: 800px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Prevent WP from adding the circular arrow icon to all P tags inside the notice html.
|
||
|
|
*/
|
||
|
|
.as3cf-licence-notice p:not(.as3cf-before):before {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*# sourceMappingURL=notice.css.map */
|