~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: mattgiuca
  • Date: 2008-02-03 04:21:06 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:383
Split media/browser/browser.css into 3 files (listing.css and editor.css).
browser/__init__.py includes all of these CSS files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    # Set request attributes
34
34
    req.content_type = "text/html"
35
 
    req.styles = ["media/browser/browser.css"]
 
35
    req.styles = [
 
36
        "media/browser/browser.css",
 
37
        "media/browser/listing.css",
 
38
        "media/browser/editor.css",
 
39
    ]
36
40
    req.scripts = [
37
41
        "media/common/json2.js",
38
42
        "media/common/edit_area/edit_area_full.js",