diff options
author | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 01:47:30 +0200 |
---|---|---|
committer | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 01:47:30 +0200 |
commit | 6c0150ce773e764c8775e6b2a37bcd4132da3127 (patch) | |
tree | f1f040a269316fe8c90dd3769ba08350363c4eed /bootstrap2/templates/base.html | |
parent | 20b80f5c9b5e918c10451e28515afb2bbcb2d0c4 (diff) | |
download | pelican-themes-6c0150ce773e764c8775e6b2a37bcd4132da3127.tar.gz |
Trailing whitespaces cleanup in bootstrap2
Diffstat (limited to 'bootstrap2/templates/base.html')
-rw-r--r-- | bootstrap2/templates/base.html | 66 |
1 files changed, 30 insertions, 36 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index 3e42e65..0eb0e40 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -17,27 +17,22 @@ .sidebar-nav { padding: 9px 0; } - - .tag-1 { - font-size: 13pt; - } - - .tag-2 { - font-size: 10pt; - } - - .tag-2 { - font-size: 8pt; - } - - .tag-4 { - font-size: 6pt; - } - + .tag-1 { + font-size: 13pt; + } + .tag-2 { + font-size: 10pt; + } + .tag-2 { + font-size: 8pt; + } + .tag-4 { + font-size: 6pt; + } </style> <link href="{{ SITEURL }}/theme/css/bootstrap-responsive.css" rel="stylesheet"> - <link href="{{ SITEURL }}/theme/css/font-awesome.css" rel="stylesheet"> - + <link href="{{ SITEURL }}/theme/css/font-awesome.css" rel="stylesheet"> + <link href="{{ SITEURL }}/theme/css/pygments.css" rel="stylesheet"> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> @@ -78,20 +73,20 @@ {% for page in PAGES %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} - <li class="divider-vertical"></li> + <li class="divider-vertical"></li> {% endif %} {% for cat, null in categories %} <li {% if cat == category %}class="active"{% endif %}> <a href="{{ SITEURL }}/category/{{ cat }}.html"> - <i class="icon-folder-open icon-large"></i>{{ cat }} - </a> + <i class="icon-folder-open icon-large"></i>{{ cat }} + </a> </li> {% endfor %} - - <ul class="nav pull-right"> - <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li> - </ul> - + + <ul class="nav pull-right"> + <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li> + </ul> + </ul> <!--<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>--> </div><!--/.nav-collapse --> @@ -105,8 +100,8 @@ {% block content %} {% endblock %} </div><!--/span--> - - <div class="span3 well sidebar-nav" id="sidebar"> + + <div class="span3 well sidebar-nav" id="sidebar"> {% include 'sidebar.html' %} </div><!--/.well --> @@ -117,11 +112,11 @@ <footer> <address id="about"> Proudly powered by <a href="http://pelican.notmyidea.org/">Pelican <i class="icon-external-link"></i></a>, - which takes great advantage of <a href="http://python.org">Python <i class="icon-external-link"></i></a>. + which takes great advantage of <a href="http://python.org">Python <i class="icon-external-link"></i></a>. </address><!-- /#about --> - <p>The theme is from <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter <i class="icon-external-link"></i></a>, - and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome <i class="icon-external-link"></i></a>, thanks!</p> + <p>The theme is from <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter <i class="icon-external-link"></i></a>, + and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome <i class="icon-external-link"></i></a>, thanks!</p> </footer> </div><!--/.fluid-container--> @@ -129,7 +124,7 @@ {% include 'analytics.html' %} {% include 'piwik.html' %} - {% include 'disqus_script.html' %} + {% include 'disqus_script.html' %} <!-- Le javascript @@ -148,8 +143,7 @@ <script src="{{ SITEURL }}/theme/js/bootstrap-collapse.js"></script> <script src="{{ SITEURL }}/theme/js/bootstrap-carousel.js"></script> <script src="{{ SITEURL }}/theme/js/bootstrap-typeahead.js"></script> - - <!--<script src="{{ SITEURL }}/theme/js/autosidebar.js"></script>--> + + <!--<script src="{{ SITEURL }}/theme/js/autosidebar.js"></script>--> </body> </html> - |