Fix an Alabaster positioning issue

agj/remove-symlink-serving
David Fischer 2018-04-02 12:26:22 -07:00
parent 393e31ad3a
commit fc2b0c764d
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
1 changed files with 4 additions and 0 deletions

View File

@ -116,3 +116,7 @@ div.ethical-sidebar, div.ethical-footer {
/* Alabaster needs some extra spacing before the footer ad */
margin-top: 2em;
}
.ethical-alabaster {
/* Alabaster's search box above the ad is floating */
clear: both;
}