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

« back to all changes in this revision

Viewing changes to www/dispatch/html.py

  • Committer: mattgiuca
  • Date: 2008-02-01 00:45:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:361
dispatch/html , ivle.css: Split header into 3 divs, and used CSS to explicitly
control z-indexes. This allows the border to be displayed and the header text
to be seen and selected correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
    # Open the body element and write a bunch of stuff there (the header)
82
82
    req.write("""<body>
83
 
<div id="ivleheader">
 
83
<div id="ivleheader"></div>
 
84
<div id="ivleheader_text">
84
85
  <h1>IVLE</h1>
85
86
  <h2>Informatics Virtual Learning Environment</h2>
86
87
""")