~ubuntu-branches/ubuntu/trusty/torrus/trusty-proposed

« back to all changes in this revision

Viewing changes to sup/webplain/torrus-printer.css

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber, Upstream changes relevant for Debian, Jurij Smakov, Marc Haber
  • Date: 2006-07-24 13:08:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060724130845-zmew22g8p6g2vmz3
Tags: 1.0.4-1
[ Upstream changes relevant for Debian ]
* New upstream release.

[ Jurij Smakov ]
* Expand the copyright file to include the information about all
  authors and copyright holders.
* Use invoke-rc.d instead of invoking the init script directly
  in maintainer scripts.

[ Marc Haber ]
* Standards-Version: 3.7.2 (no changes needed)
* Move debhelper and dpatch to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   Torrus Renderer stylesheet.
3
3
   Designed by Stanislav Sinyagin
4
4
 
5
 
   $Id: torrus-printer.css,v 1.2 2005/05/10 12:28:06 ssinyagin Exp $
 
5
   $Id: torrus-printer.css,v 1.3 2005/08/03 18:33:37 ssinyagin Exp $
6
6
   */
7
7
BODY {
8
8
  background-color : white;
130
130
  clear : both;
131
131
  height : 9pt;
132
132
  width : 100%;
 
133
  margin-bottom : 3pt;
133
134
}
134
135
 
135
136
*.LegendRow *.LegendName {
136
 
  display : block;
137
 
  float : left;
138
137
  font-weight : bold;
139
138
  padding-right : 5pt;
140
139
  text-align : left;
141
140
}
142
141
 
143
142
*.LegendRow *.LegendValue {
144
 
  display : block;
145
 
  float : left;
146
143
  text-align : left;
147
144
}
148
145