Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/stylesheets/sandbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ background:purple; color:#555;}
0.875em/1.286 line height = 14px with 18px leading
0.643em = 9px, so {margin: 0.643em auto;} gives you a single blank line between block elements */

/* AO3-6869 -- Workaround for a layout bug in WebKit, triggered by `float` and LiveValidation's placeholder span */
form#new_abuse_report .footnote {
float: none;
margin-right: 0;
width: fit-content;
}

/* styling for AO3-3359 to remove top padding from the new button
and preserve the balance/symmetry of the page */
#new_work_search fieldset:first-of-type .submit {
Expand Down
Loading