summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-11-06 04:37:28 +0000
committerChad Kieffer <chad@2tbsp.com>2008-11-06 04:37:28 +0000
commitc4407f7bdafd5390ecff98c2fb38aeaae9a9195c (patch)
tree5fd88f51c4b8a2bd44c02f8c3eec92eea801580f /core/views
parentcf27982466a79e0e73be2b6911d2312cdf22c147 (diff)
spruce up the display of commands
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 135fc58a..525d3bf7 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -35,8 +35,10 @@
}
pre {
- margin: 0;
- padding-left: 2em;
+ border: 1px solid #666;
+ margin: 1em 0;
+ padding: .5em;
+ overflow: scroll;
}
.error {