~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/rightsidebar/css/print.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:
24
24
        text-decoration: underline;
25
25
}
26
26
 
 
27
.info a {
 
28
    color: gray;
 
29
}
 
30
 
27
31
pre {
28
32
        font-size: 10pt;
29
33
}
43
47
 
44
48
/* user interface styles */
45
49
 
46
 
#header, #sidebar, #footer, #timings, #credits {
 
50
#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
47
51
        display: none;
48
52
}
49
53
 
50
 
#interwiki {
51
 
    float: left;
52
 
    margin: 0;
53
 
    padding: 0;
54
 
    font-size: 0.4em;
55
 
}
56
 
 
57
 
*[dir="rtl"] #interwiki {
58
 
    float: right;
59
 
}
60
 
 
61
 
#interwiki span:after {
62
 
    content: ": ";
63
 
}
64
 
 
65
 
#pagelocation {
66
 
    clear: right;
67
 
    display: block;
68
 
    margin: 0;
69
 
    padding: 0;
70
 
    font-size: 0.4em;
71
 
}
72
 
 
73
 
*[dir="rtl"] #pagelocation {
74
 
    clear: left;
75
 
}
76
 
 
77
 
#pagelocation li {
78
 
    display: inline;
79
 
    padding: 0 0.3em;
80
 
    margin: 0;
81
 
}
82