[feature] [website] Create Default Home Page

This commit is contained in:
Rushabh Mehta
2013-07-10 20:42:44 +05:30
parent 994c319c31
commit e41bceb3df
11 changed files with 91 additions and 23 deletions

View File

@@ -41,6 +41,10 @@ img {
margin-left: 5px;
}
div.web-footer {
border-top: 1px solid #dddddd;
padding-top: 10px;
}
.web-footer-menu ul {
list-style: none;

View File

@@ -9,7 +9,7 @@ body {
background-color: #{{ doc.background_color }};
background-image: none;
{% else %}
background-color: #edede7;
background-color: #ffffff;
{% endif %}
{% if doc.font or doc.google_web_font_for_text %}
font-family: '{{ doc.google_web_font_for_text or doc.font }}', 'Helvetica Neue', Arial, Sans !important;

View File

@@ -34,7 +34,7 @@ $.extend(cur_frm.cscript, {
url: function(doc, cdt, cdn) {
this.label(doc, cdt, cdn);
}
},
set_parent_label_options: function() {
wn.meta.get_docfield("Top Bar Item", "parent_label", cur_frm.docname).options =

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-04-30 12:58:46",
"docstatus": 0,
"modified": "2013-07-05 15:02:50",
"modified": "2013-07-10 20:37:38",
"modified_by": "Administrator",
"owner": "Administrator"
},

View File

@@ -1,4 +1,4 @@
<div class="navbar navbar-inverse" style="">
<div class="navbar" style="margin: 0px -15px">
{%- if brand_html %}<a class="navbar-brand" href="index">{{ brand_html }}</a>{% endif -%}
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse"