diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-06-09 18:07:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-06-09 18:07:18 +0000 |
| commit | f8c06666164d1a05ea1cc533c562f7a6dedb6f9f (patch) | |
| tree | 8a9d733b119d54dc4f68ea22590876aecd7906aa /themes | |
| parent | 7322b0bfc2069da44adb2529fc5512c3eb46d491 (diff) | |
| download | webtrees-f8c06666164d1a05ea1cc533c562f7a6dedb6f9f.tar.gz webtrees-f8c06666164d1a05ea1cc533c562f7a6dedb6f9f.tar.bz2 webtrees-f8c06666164d1a05ea1cc533c562f7a6dedb6f9f.zip | |
Remove old CSS markup for language/flags. We don't use these anymore. If you really want this behaviour, you can use the new CSS menus and something like "html[lang=fr] #menu-language-fr {format:highlighted-flag} "
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/minimal/style.css | 13 | ||||
| -rw-r--r-- | themes/webtrees/msie.css | 8 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 14 | ||||
| -rw-r--r-- | themes/xenea/print.css | 4 | ||||
| -rw-r--r-- | themes/xenea/style.css | 14 |
5 files changed, 0 insertions, 53 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css index a668514e75..ba3191e6ed 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -627,19 +627,6 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon { font-weight: bold; } -/* This is the original. - * It's not used, but it's left in in case you want to go back to it. */ -.flag { - width: 15px; - border: solid black 1px; -} -/* This one is for a place flag */ -.brightflag { - height: 15px; - border: none; - opacity: 1; /* IE's support is different */ -} - .border1 { border: solid black 1px; } diff --git a/themes/webtrees/msie.css b/themes/webtrees/msie.css index 360adfeb13..edc2cc99b5 100644 --- a/themes/webtrees/msie.css +++ b/themes/webtrees/msie.css @@ -18,14 +18,6 @@ * The following style definitions can be removed when IE supports the "opacity" * specification in place of its proprietary and non-standard method. */ -.flag, .activeflag, .brightflag { - filter: alpha(opacity=100); -} - -.dimflag { - filter: alpha(opacity=50); -} - .rela { filter: alpha(opacity=67); } diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 7eed913cd4..0acf7fad95 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -516,20 +516,6 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon { font-weight:bold; } -/* This is the original. - * It's not used, but it's left in in case you want to go back to it. */ -.flag { - width:15px; - border:solid black 1px; -} - -/* This one is for a place flag */ -.brightflag { - height:15px; - border:none; - opacity:1; /* IE's support is different */ -} - .border1 { border:solid black 1px; } diff --git a/themes/xenea/print.css b/themes/xenea/print.css index bd92ce9f1d..2b92530d7d 100644 --- a/themes/xenea/print.css +++ b/themes/xenea/print.css @@ -307,10 +307,6 @@ th { .contact_links { text-align: center; } -.flag { - width: 15px; - border: solid black 1px; -} .header_select { font-size: 9pt; } diff --git a/themes/xenea/style.css b/themes/xenea/style.css index e7a4e15053..424c2e3cb6 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -500,20 +500,6 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon { font-weight: bold; } -/* This is the original. - * It's not used, but it's left in in case you want to go back to it. */ -.flag { - width: 15px; - border: solid black 1px; -} - -/* This one is for a place flag */ -.brightflag { - height: 15px; - border: none; - opacity: 1; /* IE's support is different */ -} - .border1 { border: solid black 1px; } |
