diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-21 12:13:05 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-21 12:13:05 +0000 |
| commit | 7aa9ebcf151b01a53039141c8e2229a4905c797f (patch) | |
| tree | feeb449c261bbbcc65ad40de6c33b8e0cd17309b | |
| parent | a797d17083c37d5068fed1d3c275d18e6c34dcab (diff) | |
| download | webtrees-7aa9ebcf151b01a53039141c8e2229a4905c797f.tar.gz webtrees-7aa9ebcf151b01a53039141c8e2229a4905c797f.tar.bz2 webtrees-7aa9ebcf151b01a53039141c8e2229a4905c797f.zip | |
FAB theme: jQuery-UI override no longer needed, as jQuery-UI no longer hard-codes fonts
| -rw-r--r-- | themes/fab/style.css | 6 |
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;} |
