default.css: fix overflow declarations

This commit is contained in:
Aaron van Geffen 2022-12-25 13:53:43 +01:00
parent 1314cfdd30
commit ce909ccfe5
1 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ ul#nav li a:hover {
float: left;
line-height: 0;
margin: 0 3.5% 3.5% 0;
overflow: none;
overflow: hidden;
position: relative;
width: 31%;
}
@ -683,7 +683,7 @@ a#previous_photo:hover, a#next_photo:hover {
padding: 0;
margin: 1em 0;
text-align: center;
overflow: none;
overflow: hidden;
}
ul#nav li, ul#nav li a {