summaryrefslogtreecommitdiff
path: root/dash/css
diff options
context:
space:
mode:
Diffstat (limited to 'dash/css')
-rw-r--r--dash/css/dash.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css
index 2e10f4f..334bcf8 100644
--- a/dash/css/dash.css
+++ b/dash/css/dash.css
@@ -216,3 +216,9 @@ body {
#fulljob a:hover {
color: #fb7700;
}
+.sep {
+ display: block;
+ width: 100%;
+ height: 1px;
+ background-color: #eeeeee;
+}