Revision ea56c599
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
193 | 193 |
background-color: #8ee085; |
194 | 194 |
color: #000000; |
195 | 195 |
} */ |
196 |
.listheading, h2 { |
|
196 |
.listheading, #content h2 {
|
|
197 | 197 |
padding: 0.2em; |
198 | 198 |
background-color: #EBEBEB; |
199 | 199 |
color: #006400; |
css/lx-office-erp/main.css | ||
---|---|---|
209 | 209 |
border-width:thin; |
210 | 210 |
} |
211 | 211 |
|
212 |
.listheading, .listheading th, h2 { |
|
212 |
.listheading, .listheading th, #content h2 {
|
|
213 | 213 |
font-size: 9pt; |
214 | 214 |
padding:3px; |
215 | 215 |
background-color: |
Auch abrufbar als: Unified diff
<h2> nur innerhalb vom content-<div> colorieren
Fixt #2294.