Ignore:
Timestamp:
Dec 28, 2009, 2:15:30 PM (14 years ago)
Author:
broder
Message:

Stylize the results box a bit more so it's more visible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/skeleton.mako

    r2737 r2804  
    6767% endif
    6868
    69 <div id="result" class="result">
    70 % if result:
    71 ${result}
    72 % endif
    73 </div>
    74 
    7569% if not simple:
    7670<h1>${self.title()} &mdash; XVM</h1>
    7771% endif
     72
     73% if result:
     74<div id="result" class="result">
     75${result}
     76</div>
     77% endif
     78
    7879${next.body()}
    7980% if not simple:
Note: See TracChangeset for help on using the changeset viewer.