Changeset 59:17e45eef6da0
- Timestamp:
- 07/26/09 21:13:51 (15 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
Styl pro <pre> v průvodci.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r50
|
r59
|
|
138 | 138 | #napoveda h2 { |
139 | 139 | background-image: url('grafika/blok-nadpis-320.png'); |
| 140 | } |
| 141 | |
| 142 | #napoveda #napovedniPole h2 { |
| 143 | background-image: none; |
| 144 | font-size: 14px; |
| 145 | padding: 0px; |
| 146 | margin: 0px; |
| 147 | color: black; |
| 148 | height: auto; |
| 149 | } |
| 150 | |
| 151 | #napoveda pre { |
| 152 | color: gray; |
| 153 | cursor: pointer; |
140 | 154 | } |
141 | 155 | |