From 9992f0c88d56951aa1954188aa51b36c41ec50e2 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Fri, 4 Sep 2015 19:37:40 +0700 Subject: [PATCH] logo di kanan atas --- views/basic_template.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/basic_template.html b/views/basic_template.html index c61558a..7abc108 100644 --- a/views/basic_template.html +++ b/views/basic_template.html @@ -18,8 +18,10 @@ <![endif]--> </head> <body> - <h1> + <div class="pull-right"> <img src="{logo}"> + </div> + <h1> <br/><br/> {title} </h1> -- 1.9.0