~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Martin Albisetti
  • Date: 2008-06-17 23:17:39 UTC
  • mto: (157.1.3 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080617231739-2coh41c61qh0dhxn
 * Tweaked CSS to add some space in expanded view
 * Renames CSS clases to something more sensible
 * Now showing the full commit text when expanding view
 * Made collapse and expand all work
 * Stop using CSS and images from launchpad.net
 * Removed some obsolete code from the changelog template

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <title metal:define-slot="title">
8
8
      Title.
9
9
    </title>
10
 
    <style type="text/css" media="screen, print">@import url(https://launchpad.net/+icing/rev6393/+style-slimmer.css);</style>
 
10
    <style type="text/css" media="screen, print"
 
11
        tal:content="python:'@import url('+tg.url('/static/css/launchpad_slimmer.css')+');'"></style>
11
12
    <link rel="stylesheet"
12
13
          tal:attributes="href python:tg.url('/static/css/global.css')" />
13
14
    <script type="text/javascript"