From bb8d87cddd372acba2425e3e19b2b1b5ab86abff Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 17 Jan 2013 16:20:04 +0100 Subject: [PATCH] update theme --- _shared_assets/themes/owncloud_com/layout.html | 3 ++- .../owncloud_com/static/css/bootstrap.css | 3 ++- .../owncloud_com/static/css/responsive.css | 2 +- .../owncloud_com/static/img/logo-small.png | Bin 0 -> 16670 bytes .../owncloud_com/static/less/owncloud.less | 3 ++- .../static/less/responsive-767px-max.less | 7 +++++++ .../static/less/responsive-768px-979px.less | 6 ++++++ 7 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 _shared_assets/themes/owncloud_com/static/img/logo-small.png diff --git a/_shared_assets/themes/owncloud_com/layout.html b/_shared_assets/themes/owncloud_com/layout.html index 7e3750ce4..8765c643c 100755 --- a/_shared_assets/themes/owncloud_com/layout.html +++ b/_shared_assets/themes/owncloud_com/layout.html @@ -1,6 +1,6 @@ {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/bootstrap.js'] %} -{% set css_files = [ '_static/css/bootstrap.css', '_static/css/responsive.css', '_static/bootstrap-sphinx.css'] + css_files %} +{% set css_files = [ '_static/css/bootstrap.css', '_static/css/responsive.css'] + css_files %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %} @@ -35,6 +35,7 @@ {% endmacro %} {%- block extrahead %} +