comparison templates/static/style-paper.css @ 7327:a1758089ee35

Kill trailing whitespace in templates
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 07 Nov 2008 13:02:02 +0100
parents a0843c82d1a2
children 06a6942554dc
comparison
equal deleted inserted replaced
7326:ba7ab8c4a577 7327:a1758089ee35
115 /* log and tags tables */ 115 /* log and tags tables */
116 .bigtable { 116 .bigtable {
117 border-bottom: 1px solid #999; 117 border-bottom: 1px solid #999;
118 border-collapse: collapse; 118 border-collapse: collapse;
119 font-size: 90%; 119 font-size: 90%;
120 width: 100%; 120 width: 100%;
121 font-weight: normal; 121 font-weight: normal;
122 text-align: left; 122 text-align: left;
123 } 123 }
124 124
125 .bigtable td { 125 .bigtable td {
126 padding: 1px 4px 1px 4px; 126 padding: 1px 4px 1px 4px;
127 vertical-align: top; 127 vertical-align: top;
128 } 128 }
129 129
130 .bigtable th { 130 .bigtable th {
131 padding: 1px 4px 1px 4px; 131 padding: 1px 4px 1px 4px;
132 border-bottom: 1px solid #999; 132 border-bottom: 1px solid #999;
133 font-size: smaller; 133 font-size: smaller;
134 } 134 }
135 .bigtable tr { border: none; } 135 .bigtable tr { border: none; }
136 .bigtable .age { width: 6em; } 136 .bigtable .age { width: 6em; }
137 .bigtable .author { width: 12em; } 137 .bigtable .author { width: 12em; }
147 147
148 .fileline { font-family: monospace; } 148 .fileline { font-family: monospace; }
149 .fileline img { border: 0; } 149 .fileline img { border: 0; }
150 150
151 /* Changeset entry */ 151 /* Changeset entry */
152 #changesetEntry { 152 #changesetEntry {
153 border-collapse: collapse; 153 border-collapse: collapse;
154 font-size: 90%; 154 font-size: 90%;
155 width: 100%; 155 width: 100%;
156 margin-bottom: 1em; 156 margin-bottom: 1em;
157 } 157 }
158 158
159 #changesetEntry th { 159 #changesetEntry th {
160 padding: 1px 4px 1px 4px; 160 padding: 1px 4px 1px 4px;
161 width: 4em; 161 width: 4em;
162 text-align: right; 162 text-align: right;
163 font-weight: normal; 163 font-weight: normal;
164 color: #999; 164 color: #999;
192 list-style: none inside none; 192 list-style: none inside none;
193 padding: 0; 193 padding: 0;
194 margin: 0; 194 margin: 0;
195 top: -0.7em; 195 top: -0.7em;
196 } 196 }
197 197
198 ul#graphnodes li, ul#nodebgs li { 198 ul#graphnodes li, ul#nodebgs li {
199 height: 39px; 199 height: 39px;
200 } 200 }
201 201
202 ul#graphnodes { 202 ul#graphnodes {