Fix #photoviewer <a> from being expanded to fill the whole pane.
This commit is contained in:
parent
56e34bd245
commit
53888a1787
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
#photo_viewer a
|
||||||
|
{
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#hovering_tools
|
#hovering_tools
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue