Merge pull request #141 from creative-commoners/pulls/2.0/phase-two-accessibility

FIX Add missing web accessible colours and fix image alignment
This commit is contained in:
Robbie Averill 2017-09-07 09:39:15 +12:00 committed by GitHub
commit 42f57bc67e
2 changed files with 7 additions and 20 deletions

View File

@ -298,14 +298,6 @@ html {
padding: 0 30px; padding: 0 30px;
} }
#footer p {
color: #798D85;
}
#footer p a {
color: #798D85;
}
/*! Pagination */ /*! Pagination */
#page-numbers span, #page-numbers span,
#page-numbers a { #page-numbers a {
@ -479,21 +471,18 @@ html {
.info, .info,
.notice, .notice,
.note, .note,
.warningBox { .warningBox,
form .message.good {
background: #e6f5fc; background: #e6f5fc;
} }
.warning, .warning,
.alert { .alert,
form .message.error {
background: #ffdcdb; background: #ffdcdb;
color: #586667; color: #586667;
} }
.warning code,
.alert code {
color: #666;
}
.hint { .hint {
background: #f0f4f4; background: #f0f4f4;
} }
@ -629,7 +618,7 @@ html {
} }
.next-prev a { .next-prev a {
color: #798D85; color: #586667;
} }
.next-prev p { .next-prev p {

View File

@ -210,10 +210,8 @@ h6 .heading-anchor-link {
/*! images */ /*! images */
img { img {
max-width: 100%; max-width: 100%;
border: 1px solid #ccc; padding: 10px;
padding: 6px; float: right;
margin: 10px 0;
border-radius: 3px;
} }
/*! code */ /*! code */