summaryrefslogtreecommitdiffstats
path: root/nfsw/static/io.css
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/static/io.css')
-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 2241011..ce18343 100644
--- a/nfsw/static/io.css
+++ b/nfsw/static/io.css
@@ -20,19 +20,19 @@ body {
margin-bottom: 10px;
}
-.console p.concierge {
+.console pre.concierge {
margin: 0 0 0 0;
border-left: 2px solid rgb(180,180,240);
padding-left: 5px;
}
-.console p.error {
+.console pre.error {
margin: 0 0 0 0;
border-left: 2px solid rgb(240,180,180);
padding-left: 5px;
}
-.console p.blank {
+.console pre.blank {
margin: 0 0 0 0;
border-left: 2px solid rgb(255,255,255);
padding-left: 5px;