~ubuntu-branches/ubuntu/gutsy/moin/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
.hr5 {height: 6px;}
124
124
.hr6 {height: 7px;}
125
125
 
126
 
/* Replacement for html 3 u tag */
 
126
/* Replacement for deprecated html 3 <u> element and html 4 <strike> */
127
127
.u {text-decoration: underline;}
 
128
.strike {text-decoration: line-through;}
128
129
 
129
130
.footnotes ul {
130
131
        padding: 0 2em;
136
137
}
137
138
 
138
139
.info {
139
 
    font-size: 0.85em;
 
140
    float: right;
 
141
    font-size: 0.7em;
140
142
    color: gray;
141
143
}
142
144