From adb2e93262ec230f3fb856a730022eb437234106 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 28 Sep 2019 15:50:10 -0400 Subject: nfsw/static/io.css: Remove console p.user, add console p.error. --- nfsw/static/io.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nfsw/static/io.css b/nfsw/static/io.css index fd8f59a..7e720d6 100644 --- a/nfsw/static/io.css +++ b/nfsw/static/io.css @@ -25,9 +25,9 @@ body { padding-left: 5px; } -.console p.user { - margin: 0 0 0px 0; - border-left: 2px solid rgb(180,240,180); +.console p.error { + margin: 0 0 0 0; + border-left: 2px solid rgb(240,180,180); padding-left: 5px; } -- cgit v1.2.3