diff options
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 308972a8..32dcc736 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -87,7 +87,7 @@ textarea { background-color: #111; color: #e9ad51; } /* IE6 behaviors */
/* - csshover2: :hover support on any element */
/************************************************/
-body { behavior:url("csshover2.htc"); }
+body { behavior:url("templates/csshover2.htc"); }
/************************************************/
/* XSPF Player */
@@ -108,6 +108,11 @@ body { behavior:url("csshover2.htc"); } #headerlogo a { }
.box_topbarright {display:table;}
+#play_type_switch {
+ float:left;
+ margin-top:2px;
+}
+
/************************************************/
/* Footer */
/************************************************/
|