summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 33ef1bf..2074e21 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -197,3 +197,12 @@ table.calendar tr td {
visibility: hidden;
z-index: 1000;
}
+
+#slide_navigation {
+ text-align: center;
+ padding: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ border: dashed 1px #888888;
+ vertical-align: middle;
+}