diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-19 22:35:06 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-19 22:35:06 +0200 |
| commit | 2cfefea06d55f1df7ac7e33c874e6d8b1f5edc63 (patch) | |
| tree | 51468dd1894ed6947c6db161c994a95c75a08328 /searx/static/css/style.css | |
| parent | 68bd8a19e93bcd739e28869ec332e8d404724dbf (diff) | |
[enh] container div added
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 79e7ca2cb..0ae826002 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -12,6 +12,8 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col a { text-decoration: none; } +#container { position: relative;} + .result_title { margin-bottom: 0; } .result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; } @@ -25,3 +27,5 @@ a { text-decoration: none; } .engines { color: #888888; } .small p { margin: 2px 0; } + +.right { float: right; } |