aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css30
1 files changed, 7 insertions, 23 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a67742c81..e02f55520 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1610,21 +1610,6 @@ div.jGrowl div.info {
text-align: center;
}
-
-.slider {
- margin-top: 10px;
- margin-bottom: 45px;
-}
-
-
-#main-slider {
- position: relative;
- left: 5px;
- width: 90%;
-
-}
-
-
#contact-slider {
position: relative;
left: 5%;
@@ -2477,6 +2462,13 @@ img.mail-list-sender-photo {
-moz-border-radius: $radiuspx;
}
+.categories-ul {
+ list-style-type: none;
+}
+
+#sidebar-group-list ul {
+ list-style-type: none;
+}
/* need to put these back in the theme for now - used in more than one module */
@@ -2530,11 +2522,3 @@ img.mail-list-sender-photo {
.contact-entry-end {
clear: both;
}
-
-.categories-ul {
- list-style-type: none;
-}
-
-#sidebar-group-list ul {
- list-style-type: none;
-}