summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/fab/style.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css
index 3efaf4eda4..40de15ead2 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -53,8 +53,6 @@ fieldset,
padding:3px;
border:1px solid DarkGray;
border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
font-family:inherit;
}
@@ -98,8 +96,6 @@ body {
margin:0px;
}
-.ui-widget { font-family:inherit; } /* We have one jQuery-UI CSS file for (all* themes. Don't let it override our font */
-
img {
border:0;
}
@@ -1214,7 +1210,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h
.use-sidebar #sidebar {display:block;}
.sidebar-at-right #sidebar { width:20%;}
.use-sidebar.sidebar-at-right #sidebar, .sidebar-at-right #separator {float:right;}
-#separator {float:right; display: block; background: #ccc url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border: 1px solid darkGray; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; margin-top:5px;}
+#separator {float:right; display: block; background: #ccc url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border: 1px solid darkGray; border-radius-topleft:3px; border-radius-topright:3px; margin-top:5px;}
.use-sidebar #separator { background: #ccc url('images/indi_sprite.png') no-repeat -1px 100px;}
html[dir='rtl'] #indi_left {float:right;}