summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-28 15:50:10 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-28 15:50:10 -0400
commitadb2e93262ec230f3fb856a730022eb437234106 (patch)
treee2d10434a2eab521efa69c5aa5fe3c027ff4dc1b
parent374acddbab15ea93729c842ea59d8a13d23a1c90 (diff)
nfsw/static/io.css: Remove console p.user, add console p.error.
-rw-r--r--nfsw/static/io.css6
1 files 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;
}