aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/slackr')
-rw-r--r--view/theme/slackr/style.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css
index 3040775ec..9f10ee540 100644
--- a/view/theme/slackr/style.css
+++ b/view/theme/slackr/style.css
@@ -220,6 +220,8 @@ nav #site-location {
-o-transform: rotate(4deg);
}
+
+/*
.jslider .jslider-scale ins {
color: #333;
font-size: 12px;
@@ -227,7 +229,22 @@ nav #site-location {
text-align: center;
}
-#slider {
+.slider {
margin-top: 10px;
margin-bottom: 15px;
-} \ No newline at end of file
+ height: 32px;
+}
+
+#main-slider {
+ position: relative;
+ left: 10%;
+ width: 90%;
+}
+
+#contact-slider {
+ position: relative;
+ left: 10%;
+ width: 90%;
+
+}
+*/ \ No newline at end of file