~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/rightsidebar/css/msie.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
a.nntp { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; }
10
10
a.news { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; }
11
11
a.telnet { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; }
12
 
a.irc { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; }
 
12
a.irc,a.ircs  { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; }
13
13
a.mailto { padding-left: 14px; background: url(../img/moin-email.png) left center no-repeat; }
14
14
a.attachment { padding-left: 14px; background: url(../img/moin-attach.png) left center no-repeat; }
15
15
a.badinterwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; }
16
16
a.interwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; }
 
17
#message .warning { padding-left: 20px; background: url(../img/alert.png) left center no-repeat; }
 
18
#message .error { padding-left: 20px; background: url(../img/icon-error.png) left center no-repeat; }
17
19
 
18
20
#pagetrail li, #pagelocation li {
19
21
    border-left: 1px solid #AAA;