summaryrefslogtreecommitdiffstats
path: root/client/styles/main.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/styles/main.styl')
-rw-r--r--client/styles/main.styl11
1 files changed, 10 insertions, 1 deletions
diff --git a/client/styles/main.styl b/client/styles/main.styl
index e6c0eb13..e6849852 100644
--- a/client/styles/main.styl
+++ b/client/styles/main.styl
@@ -53,6 +53,11 @@ h3, h4, h5, h6
.error, .error a
color: #eb3800
+.no-items-message
+ color: darken(white, 60%)
+ margin: 30px 0
+ text-align: center
+
.warning
background: #f0ecdb
border-radius: 3px
@@ -72,6 +77,10 @@ a
cursor: default
text-decoration: none
+p
+ a
+ text-decoration: underline
+
table, p
margin-bottom: 8px
@@ -83,7 +92,7 @@ pre
pre,
code,
tt
- font-family: bitstream vera sans mono, andale mono, lucida console, monospace
+ font-family: lucida console, monospace
line-height: 1.25em
blockquote