[style] [upgrade] moved to bootstrap 3

This commit is contained in:
Rushabh Mehta
2013-04-18 17:43:21 +05:30
parent 1615f2f46c
commit d6c8235fb5
33 changed files with 67 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
<div class="span12">
<div class="col-span-12">
<hr />
{% if categories %}
<h5>Explore posts by categories</h5>

View File

@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
<div class="span12" itemscope itemtype="http://schema.org/BlogPost">
<div class="col-span-12" itemscope itemtype="http://schema.org/BlogPost">
<h2 itemprop="name headline">{{ title }}</h2>
<!-- begin blog content -->

View File

@@ -1,10 +1,10 @@
<div class="row">
<div class="span2">
<div class="col-span-2">
<div class="avatar avatar-large">
<img itemprop="thumbnailUrl" src="{{ blogger_info.avatar }}" />
</div>
</div>
<div class="span10">
<div class="col-span-10">
<h4>{{ blogger_info.full_name }}</h4>
<p style="color: #999">{{ blogger_info.bio }}</p>
<p><a href="blog?by={{ blogger_info.name }}&by_name={{ blogger_info.full_name }}">

View File

@@ -38,7 +38,7 @@
{{ address }}
{% endif %}
<p><div class="input-append" style="text-align: center; margin:30px 0px;">
<input class="span3" id="footer-subscribe-email" type="text" placeholder="Your email address...">
<input class="col-span-3" id="footer-subscribe-email" type="text" placeholder="Your email address...">
<button class="btn" type="button" id="footer-subscribe-button">Stay Updated</button>
</div></p>
<script>

View File

@@ -7,7 +7,7 @@
</div>
<div class="clearfix"></div>
{% if banner_html %}<div class="row" style="margin-top: 30px;">
<div class="span12">{{ banner_html }}</div>
<div class="col-span-12">{{ banner_html }}</div>
</div>{% endif %}
<div class="outer">
{% include "app/website/templates/html/navbar.html" %}

View File

@@ -1,5 +1,5 @@
{% if obj.parent_groups and len(obj.parent_groups) > 1 %}
<div class="span12">
<div class="col-span-12">
<div class="clearfix">
<ul class="breadcrumb">
{% for ig in obj.parent_groups[:-1] %}

View File

@@ -3,7 +3,7 @@
{% block content %}
{% include 'app/website/templates/html/product_search_box.html' %}
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
<div class="span12">
<div class="col-span-12">
{% if slideshow %}<!-- slideshow -->
{% include "app/website/templates/html/slideshow.html" %}
{% endif %}
@@ -16,7 +16,7 @@
<hr />
<div class="row">
{% for d in sub_groups %}
<div class="span4">
<div class="col-span-4">
<a href="{{ d.page_name }}">{{ d.name }} ({{ d.count }})</a>
</div>
{% endfor %}

View File

@@ -1,4 +1,4 @@
<div class="span3">
<div class="col-span-3">
<div style="height: 120px; overflow: hidden;">
<a href="{{ page_name }}">
{%- if website_image -%}

View File

@@ -11,9 +11,9 @@
{% block content %}
{% include 'app/website/templates/html/product_search_box.html' %}
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
<div class="span12 product-page-content" itemscope itemtype="http://schema.org/Product">
<div class="col-span-12 product-page-content" itemscope itemtype="http://schema.org/Product">
<div class="row">
<div class="span6">
<div class="col-span-6">
{% if slideshow %}
{% include "app/website/templates/html/slideshow.html" %}
{% else %}
@@ -27,7 +27,7 @@
{% endif %}
{% endif %}
</div>
<div class="span6">
<div class="col-span-6">
<h3 itemprop="name" style="margin-top: 0px;">{{ item_name }}</h3>
<p class="help">Item Code: {{ name }}</p>
<h4>Product Description</h4>

View File

@@ -1,8 +1,8 @@
<div class="span12 clearfix">
<div class="col-span-12 clearfix">
<div class="pull-right" style="margin-top: 15px;">
<form class="form-search">
<div class="input-append">
<input type="text" class="span2 search-query"
<input type="text" class="col-span-2 search-query"
id="product-search" placeholder="Product Search..." />
<button class="btn" id="btn-product-search">
<i class="icon-search"></i></button>

View File

@@ -7,7 +7,7 @@
{% endblock %}
{% block content %}
<div class="span12" style="margin-top: 15px;">
<div class="col-span-12" style="margin-top: 15px;">
{% include "app/website/templates/html/slideshow.html" %}
{{ main_section }}
</div>