From 5cceeb6ef2df2c632400132bd5d2a12797ab9b13 Mon Sep 17 00:00:00 2001 From: Knepherbird Date: Tue, 19 May 2020 13:10:25 -0700 Subject: [PATCH] Fix: correct property typo Correcting 'box-sizeing' to 'box-sizing' --- cps/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 9ec0d7fe..c043f459 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -109,7 +109,7 @@ a { color: #45b29d; } .container-fluid .book .cover img { border: 1px solid #fff; - box-sizeing: border-box; + box-sizing: border-box; height: 100%; bottom: 0; position: absolute; @@ -165,7 +165,7 @@ span.glyphicon.glyphicon-tags { .container-fluid .single .cover img { border: 1px solid #fff; - box-sizeing: border-box; + box-sizing: border-box; -webkit-box-shadow: 0 5px 8px -6px #777; -moz-box-shadow: 0 5px 8px -6px #777; box-shadow: 0 5px 8px -6px #777;