mirror of
https://github.com/searx/searx
synced 2025-09-01 15:06:02 +00:00
[enh] container div added
This commit is contained in:
@@ -12,6 +12,8 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col
|
|||||||
|
|
||||||
a { text-decoration: none; }
|
a { text-decoration: none; }
|
||||||
|
|
||||||
|
#container { position: relative;}
|
||||||
|
|
||||||
.result_title { margin-bottom: 0; }
|
.result_title { margin-bottom: 0; }
|
||||||
|
|
||||||
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
|
.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; }
|
.engines { color: #888888; }
|
||||||
|
|
||||||
.small p { margin: 2px 0; }
|
.small p { margin: 2px 0; }
|
||||||
|
|
||||||
|
.right { float: right; }
|
||||||
|
@@ -12,7 +12,9 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="container">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user