From 17844712384b09380adf6abf22384d8eac6a9b6c Mon Sep 17 00:00:00 2001 From: Sacha Judd Date: Tue, 5 Sep 2017 15:09:49 +1200 Subject: [PATCH] FIX Add missing web accessible colours and fix image alignment --- css/layout.css | 21 +++++---------------- css/typography.css | 6 ++---- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/css/layout.css b/css/layout.css index b1ec5e1..7a89715 100644 --- a/css/layout.css +++ b/css/layout.css @@ -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 { diff --git a/css/typography.css b/css/typography.css index 2e35d09..2855ffc 100644 --- a/css/typography.css +++ b/css/typography.css @@ -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 */