-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the style.css #12
Labels
Comments
@xfunforx hi, what browsers you tested it on? I see no problems on the top menu, what you mean? thanks |
mac chrome 版本 58.0.3029.110 (64-bit)
2017-06-22 16:23 GMT+08:00 Filippo <[email protected]>:
… @xfunforx <https://github.com/xfunforx> hi, what browsers you tested it
on?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANVDrP5blnPPBrsrLUeaPBKisbTjNlMNks5sGiR1gaJpZM4OAss2>
.
|
my screen DELL E2214H 显示器 1920 x 1080
2017-07-04 11:49 GMT+08:00 X Fun <[email protected]>:
… mac chrome 版本 58.0.3029.110 (64-bit)
2017-06-22 16:23 GMT+08:00 Filippo ***@***.***>:
> @xfunforx <https://github.com/xfunforx> hi, what browsers you tested it
> on?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#12 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ANVDrP5blnPPBrsrLUeaPBKisbTjNlMNks5sGiR1gaJpZM4OAss2>
> .
>
|
@xfunforx ???!? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.side-nav.custom-side-nav li a i { position: relative; top: 15px; float: right; }
change top to 5px; for center of menu
.side-nav.custom-side-nav li a i { position: relative; top: 5px; float: right; }
The text was updated successfully, but these errors were encountered: