diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-22 16:07:02 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-22 16:07:02 +0100 |
commit | d810763107733cec017b8688c0350dff527f2ed1 (patch) | |
tree | d3c4a785aa4396982482b3ad810a955cc918a748 /searx/static/oscar/less | |
parent | 7b44fd47a72ab0c9a4c586193757a4f195bb5fe4 (diff) | |
download | searxng-d810763107733cec017b8688c0350dff527f2ed1.tar.gz searxng-d810763107733cec017b8688c0350dff527f2ed1.zip |
[enh] remove repeating codeparts inside the oscar template
Diffstat (limited to 'searx/static/oscar/less')
-rw-r--r-- | searx/static/oscar/less/oscar/results.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/static/oscar/less/oscar/results.less b/searx/static/oscar/less/oscar/results.less index 08500b3ff..cea8f3b41 100644 --- a/searx/static/oscar/less/oscar/results.less +++ b/searx/static/oscar/less/oscar/results.less @@ -55,6 +55,11 @@ clear: both; } +// code formating of results +.result-code { + clear: both; +} + // suggestion .suggestion_item { margin: 2px 5px; |