1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 08:40:16 +02:00
searxng/searx/static/themes/oscar
a01200356 4267b11a45 [fix] apply changes in infobox's styles
changes were made for wolframalpha infobox:

    - wrap text inside infobox.
      for example, there's a hill in New Zealand called
      Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu
      (don't blame me, blame the Kiwis)
      and now it doesn't break the infobox.

    - add an optional image field for infobox's attributes.
      (doesn't affect ddg infobox at all)

    - table is now always split in half.
      needed so that images stay inside infobox.
      (max-width doesn't work for inline elements, it's the table
      that has to set the width.

if you don't like how the table width looks now in ddg/wiki's infobox,
i can change that code so that the style only applies when using
wolframalpha.
2016-02-27 19:19:04 -06:00
..
css [fix] apply changes in infobox's styles 2016-02-27 19:19:04 -06:00
img [fix] reduce server traffic by optimizing images 2015-06-22 01:49:07 +02:00
js Allow autocompleter to work in a sub folder of the domain name. 2015-02-16 14:45:42 +01:00
less/oscar [fix] apply changes in infobox's styles 2016-02-27 19:19:04 -06:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
gruntfile.js Merge branch 'master' of https://github.com/asciimoo/searx into code_results 2015-01-09 21:30:09 +01:00
package.json Merge branch 'master' of https://github.com/asciimoo/searx into code_results 2015-01-09 21:30:09 +01:00
README.rst [fix] filename strip 2015-01-01 18:06:51 +01:00

install dependencies
~~~~~~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``npm install``

compile sources
~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``grunt``

or in the root directory:

``make grunt``