FIX Add missing web accessible colours and fix image alignment

This commit is contained in:
Sacha Judd 2017-09-05 15:09:49 +12:00
parent 83594bdf77
commit 1784471238
2 changed files with 7 additions and 20 deletions

View File

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

View File

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