Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5f201dea authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge branch 'master' into about-opensearch

parents a059c59c 040adeca
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ supported_languages_url = 'https://search.yahoo.com/web/advanced'
results_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' Sr ')]"
results_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' Sr ')]"
url_xpath = './/h3/a/@href'
url_xpath = './/h3/a/@href'
title_xpath = './/h3/a'
title_xpath = './/h3/a'
content_xpath = './/div[@class="compText aAbs"]'
content_xpath = './/div[contains(@class, "compText")]'
suggestion_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' AlsoTry ')]//a"
suggestion_xpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' AlsoTry ')]//a"


time_range_dict = {'day': ['1d', 'd'],
time_range_dict = {'day': ['1d', 'd'],
+2 −2
Original line number Original line Diff line number Diff line
@@ -435,8 +435,8 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  font-weight: bold;
  font-weight: bold;
  border-bottom: #01d7d4 5px solid;
  border-bottom: #01d7d4 5px solid;
}
}
#check-advanced {
#check-advanced:focus + label {
  display: none;
  text-decoration: underline;
}
}
#check-advanced:checked ~ #advanced-search-container {
#check-advanced:checked ~ #advanced-search-container {
  display: block;
  display: block;
+2 −2
Original line number Original line Diff line number Diff line
@@ -408,8 +408,8 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  font-weight: bold;
  font-weight: bold;
  border-bottom: #01d7d4 5px solid;
  border-bottom: #01d7d4 5px solid;
}
}
#check-advanced {
#check-advanced:focus + label {
  display: none;
  text-decoration: underline;
}
}
#check-advanced:checked ~ #advanced-search-container {
#check-advanced:checked ~ #advanced-search-container {
  display: block;
  display: block;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading