Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO3-4345 Error page markup and styling corrections #2176

Merged
merged 7 commits into from Oct 15, 2015

Conversation

sarken
Copy link
Member

@sarken sarken commented Sep 15, 2015

https://otwarchive.atlassian.net/browse/AO3-4345

A line of text on our 404 pages was the wrong color in the Reversi skin due to some wonky HTML on the page. This corrects the HTML on that page and all the other dynamic error pages, and it also makes the error page markup the same for both the dynamic and static pages.

@@ -28,23 +28,19 @@ http://otwcode.github.com/docs/front_end_coding/patterns/supertypes
padding: 2em 7.5em 3.5em;
}

#main.error, #main.slow, #main.maintenance {
#main.errors {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .error class controls the styling for our flash messages, which have borders, font colors, and shadows. Changing the name we use on our error pages eliminates the need for these styles (besides, we usually use plurals in the #main div).

zz9pzza added a commit that referenced this pull request Oct 15, 2015
AO3-4345 Error page markup and styling corrections
@zz9pzza zz9pzza merged commit 9edd454 into otwcode:master Oct 15, 2015
@sarken sarken deleted the AO3-4345 branch January 6, 2016 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants