mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
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:
commit
42f57bc67e
@ -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 {
|
||||||
|
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user