summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/bg.pngbin0 -> 31176 bytes
-rw-r--r--style/default.css10
2 files changed, 7 insertions, 3 deletions
diff --git a/style/bg.png b/style/bg.png
new file mode 100644
index 00000000..2289cd01
--- /dev/null
+++ b/style/bg.png
Binary files differ
diff --git a/style/default.css b/style/default.css
index 0f1c8e3e..acbddcd6 100644
--- a/style/default.css
+++ b/style/default.css
@@ -1,6 +1,10 @@
body {
- padding-top: 70px;
- padding-bottom: 10px;
+ padding-top: 70px;
+ padding-bottom: 10px;
+}
+
+.panel-heading, .panel-footer, .jumbotron, pre, .input-group-addon {
+ background-image: url('bg.png');
}
.form-signin {
@@ -136,5 +140,5 @@ body {
}
.slx-text-red {
- color: red;
+ color: #ff0;
}