summaryrefslogtreecommitdiffstats
path: root/theme/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/light.css')
-rw-r--r--theme/light.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/light.css b/theme/light.css
index 1dc5f6d10..6f6988097 100644
--- a/theme/light.css
+++ b/theme/light.css
@@ -210,6 +210,20 @@ ul:hover{
box-shadow: 10px 10px 5px #888888;
}
+#slider_container{
+ height:240px;
+ margin-bottom:20px;
+}
+
+#slider{
+ float:left;
+ width:80%;
+ min-width:350px;
+ height:240px;
+ border-style:solid;
+ overflow:hidden;
+}
+
.Cyl{
padding-right:25px;
}