default.css: fix overflow declarations
This commit is contained in:
parent
1314cfdd30
commit
ce909ccfe5
@ -167,7 +167,7 @@ ul#nav li a:hover {
|
|||||||
float: left;
|
float: left;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
margin: 0 3.5% 3.5% 0;
|
margin: 0 3.5% 3.5% 0;
|
||||||
overflow: none;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 31%;
|
width: 31%;
|
||||||
}
|
}
|
||||||
@ -683,7 +683,7 @@ a#previous_photo:hover, a#next_photo:hover {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: none;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#nav li, ul#nav li a {
|
ul#nav li, ul#nav li a {
|
||||||
|
Loading…
Reference in New Issue
Block a user