diff --git a/static/default.tmpl b/static/default.tmpl index 9fa60eb..efd66c5 100644 --- a/static/default.tmpl +++ b/static/default.tmpl @@ -289,7 +289,7 @@ config = { border: 0px none; background-color: transparent; width: 100%; - height=100%; + height: 100%; z-index: 5; padding: 0; diff --git a/static/noctx.tmpl b/static/noctx.tmpl index 63e6302..e58cf2a 100644 --- a/static/noctx.tmpl +++ b/static/noctx.tmpl @@ -233,7 +233,7 @@ config = { border: 0px none; background-color: transparent; width: 100%; - height=100%; + height: 100%; z-index: 5; padding: 0; @@ -272,15 +272,15 @@ config = { } .trinfo{ - position:relative; - right:0px; + position: relative; + right: 0px; border: 1px solid black; } .framed{ - position:relative; - top:150px; - right:10px; + position: relative; + top: 150px; + right: 10px; border: 1px solid black; }