diff --git a/static/linx.css b/static/linx.css index cc770d1..8b0916f 100644 --- a/static/linx.css +++ b/static/linx.css @@ -61,6 +61,14 @@ body { margin-bottom: 5px; } +.dinfo { + -moz-box-shadow: 1px 1px 1px 1px #ccc; + -webkit-box-shadow: 1px 1px 1px 1px #ccc; + box-shadow: 1px 1px 1px 1px #ccc; + margin-bottom: 15px; + +} + #info { text-align: left; diff --git a/templates/display/base.html b/templates/display/base.html index 814716a..f250f82 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -12,6 +12,9 @@ {% block infoleft %}{% endblock %} +
+ get +