From 9cdf59f1b2a18a69d0f24ef6c9e3d870488d1a22 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Sat, 22 Sep 2018 10:46:10 +0300 Subject: [PATCH] Fix selector order --- code/html/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/html/custom.css b/code/html/custom.css index af494464..97d88f5e 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -94,11 +94,11 @@ div.center { display: none; } -.content #password { +#password .content { margin: 0 auto; } -.content #layout { +#layout .content { margin: 0; }