Skip to content

Commit 8efaa60

Browse files
committed
Adjust top nav styles to avoid the separator pipes from dropping down 1px too low.
1 parent f62ee20 commit 8efaa60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ iframe {
10551055
text-align: left;
10561056
display: inline;
10571057
float: left;
1058-
margin: 1px 0 0;
1058+
margin: 0;
10591059
list-style: none;
10601060
border-right: 1px solid rgba(255, 255, 255, 0.0976562);
10611061
border-left: 1px solid rgba(0, 0, 0, 0.347656);
@@ -1070,6 +1070,7 @@ iframe {
10701070
display: inline-block;
10711071
float: left;
10721072
position: relative;
1073+
top: 1px;
10731074
padding: 8px 12px;
10741075
cursor: pointer;
10751076
-webkit-transition: all 0.2s;

0 commit comments

Comments
 (0)