~michael.nelson/ubuntu-webcatalog/add-ui-media

« back to all changes in this revision

Viewing changes to src/webcatalog/templates/webcatalog/base.html

  • Committer: Michael Nelson
  • Date: 2011-04-07 16:02:34 UTC
  • Revision ID: michael.nelson@canonical.com-20110407160234-1aov5mr5o4uzmrxh
Added initial static media for initial app detail display.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "light/index.1col.html" %}
 
2
 
 
3
{% block head_extra %}
 
4
  <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/webcatalog.css"/>
 
5
{% endblock %}