diff --git a/website/css/website.css b/website/css/website.css
index fb671a1f03..0b2dce44cb 100644
--- a/website/css/website.css
+++ b/website/css/website.css
@@ -12,6 +12,7 @@ div#body_div {
}
footer {
+ text-align: left;
width: 720px;
margin: auto;
}
@@ -39,7 +40,9 @@ p, li {
}
.social-icons {
- font-size: 120%
+ font-size: 120%;
+ float: right;
+ text-align: right;
}
.social-icons a:hover {
text-decoration: none;
@@ -47,11 +50,11 @@ p, li {
.social-icons a i:hover {
text-decoration: none;
}
-
-.web-footer-menu {
- margin-bottom: 7px;
+.social-icons i {
+ margin-left: 5px;
}
+
.web-footer-menu ul {
list-style: none;
margin: 0px;
@@ -60,16 +63,8 @@ p, li {
.web-footer-menu ul li {
display: inline;
- padding: 2px 15px;
- border-right: 1px solid #999;
-}
-
-.web-footer-menu ul li:first-child {
- padding-left: 0px;
-}
-
-.web-footer-menu ul li:last-child {
- border-right: 0px solid #777 !important;
+ padding: 2px 14px 2px 0px;
+ margin: 0px;
}
.two-column {
diff --git a/website/doctype/website_settings/website_settings.txt b/website/doctype/website_settings/website_settings.txt
index 80d721a977..6af0575a36 100644
--- a/website/doctype/website_settings/website_settings.txt
+++ b/website/doctype/website_settings/website_settings.txt
@@ -2,7 +2,7 @@
{
"creation": "2013-01-25 11:35:10",
"docstatus": 0,
- "modified": "2013-02-20 14:31:02",
+ "modified": "2013-02-21 10:05:09",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -167,6 +167,13 @@
"fieldtype": "Check",
"label": "Twitter Share"
},
+ {
+ "description": "Tweet will be shared via your user account (if specified)",
+ "doctype": "DocField",
+ "fieldname": "twitter_share_via",
+ "fieldtype": "Data",
+ "label": "Twitter Share via"
+ },
{
"doctype": "DocField",
"fieldname": "misc_section",
diff --git a/website/templates/html/outer.html b/website/templates/html/outer.html
new file mode 100644
index 0000000000..ebb49239da
--- /dev/null
+++ b/website/templates/html/outer.html
@@ -0,0 +1,107 @@
+{#
+ requires, brand_html, top_bar_items, footer_items, copyright, content, address
+#}
+
+{% extends "html/base.html" %}
+
+{% block body %}
+