Commit 25d640157f7794b0b21b295da9e6d663aa875a3d
1 parent
d00ae159
Exists in
master
and in
109 other branches
css h3
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
js/app/controllers/HelpModule.js
js/resources/css/amda.css
... | ... | @@ -261,6 +261,14 @@ background-image: url(../images/16x16/error.png) !important; |
261 | 261 | margin-left: -5px; |
262 | 262 | } |
263 | 263 | |
264 | +.infoWindow h3 { | |
265 | + font-size: small; | |
266 | + color: #444444; | |
267 | + font-style: italic !important; | |
268 | + margin-left: -5px; | |
269 | + margin-bottom: 7px; | |
270 | +} | |
271 | + | |
264 | 272 | .infoWindow h2 { |
265 | 273 | font-size: small; |
266 | 274 | color: #222222; | ... | ... |