diff options
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/home.tpl | 2 | ||||
| -rw-r--r-- | client/html/post_main.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/html/home.tpl b/client/html/home.tpl index 1e51b12..36946b4 100644 --- a/client/html/home.tpl +++ b/client/html/home.tpl @@ -1,4 +1,4 @@ -<div class='content-wrapper transparent' id='home'> +<div class='content-wrapper transparent-container' id='home'> <div class='messages'></div> <header> <h1><%- ctx.name %></h1> diff --git a/client/html/post_main.tpl b/client/html/post_main.tpl index cebab17..33f9afd 100644 --- a/client/html/post_main.tpl +++ b/client/html/post_main.tpl @@ -1,4 +1,4 @@ -<div class='content-wrapper transparent post-view'> +<div class='content-wrapper transparent-container post-view'> <aside class='sidebar'> <nav class='buttons'> <article class='previous-post'> |