~ubuntu-branches/ubuntu/lucid/gwibber/lucid-proposed

« back to all changes in this revision

Viewing changes to ui/templates/navigation.mako

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Ken VanDine, Didier Roche
  • Date: 2010-02-17 14:47:15 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217144715-emnd56aqicc3hone
Tags: 2.29.90-0ubuntu1
[ Ken VanDine ]
* New upstream release 2.29.90
  - ported Qaiku, StatusNet and Digg to 2.29.x
  - Added logging, now outputs logs in $HOME/.cache/gwibber/
  - Added url shortening to the python API
  - Updated docstrings for epydoc friendly API docs

[ Didier Roche ]
* debian/control:
  - bump Standard-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        $(".compact .stream").css({
49
49
            "background": "none",
50
50
            "border": "1px solid rgba(255,255,255,0)",
51
 
            "color": "${theme['fg'].hex}",
 
51
            "color": "${theme['text'].hex}",
52
52
        });
53
53
 
54
54
        item.css({
86
86
      body {
87
87
        % if not tree: 
88
88
          background: ${theme["bg"].hex};
 
89
        % else:
 
90
          background: ${theme["base"].hex};
89
91
        % endif
 
92
        
90
93
        margin: 0px;
91
94
        padding: 0px;
92
95
        -webkit-user-select: none;