[style] Style Fixes for Home Page
This commit is contained in:
parent
80d83f5ae3
commit
e464105c8e
@ -94,6 +94,7 @@ class DocType:
|
||||
})
|
||||
website_settings.save()
|
||||
style_settings = webnotes.bean("Style Settings", "Style Settings")
|
||||
style_settings.doc.top_bar_background = "F2F2F2"
|
||||
style_settings.doc.font_size = "15px"
|
||||
style_settings.save()
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h2 style="text-align: center;"><i class="icon-home"></i> Sample Home Page</h2>
|
||||
<h2><i class="icon-home"></i> Sample Home Page</h2>
|
||||
<br>
|
||||
<p>This is a sample home page for your company <b>%(name)s's</b> website. This was
|
||||
created from the Website Module inside ERPNext. ERPNext provides you with simple
|
||||
@ -19,4 +19,7 @@
|
||||
<a href="https://erpnext.com" target="_blank">erpnext.com</a>
|
||||
website is built on ERPNext itself.</p>
|
||||
|
||||
<p class="text-muted">For more help, click here</p>
|
||||
<p><a href="login" class="btn btn-primary">Login to your Account</a><p>
|
||||
|
||||
<p class="text-muted pull-right">For more help, <a href="http://erpnext.org" target="_blank">
|
||||
click here</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user