hotfix: #1430
This commit is contained in:
parent
79fea4074e
commit
f86e6b6838
1 changed files with 1 additions and 2 deletions
|
@ -1152,8 +1152,7 @@ div.zadani_termin .datum {
|
|||
/* posune kotvu obrázku v galerii o oranžový pruh dolu, aby se pod ním obrázek neschovával */
|
||||
/* https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header */
|
||||
.kotva_obrazku {
|
||||
display: block;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 55px; /* viz #title */
|
||||
margin-top: -55px; /* viz #title */
|
||||
|
|
Loading…
Reference in a new issue