File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ header.main-page {
5858 -ms-user-select : none;
5959 user-select : none;
6060}
61+ header .main-page img # vultr-campaign {
62+ float : right;
63+ margin-right : 16px ;
64+ height : 32px ;
65+ }
6166header .main-page # mobile-nav {
6267 cursor : pointer;
6368 display : block;
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ header.main-page {
5858 -ms-user-select : none;
5959 user-select : none;
6060}
61+ header .main-page img # vultr-campaign {
62+ float : right;
63+ height : 32px ;
64+ }
6165header .main-page # mobile-nav {
6266 display : none;
6367}
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ $_campaign_vultr = (
2929 !empty ( Common::$ config ->bnetdocs ->campaigns ->vultr ) ?
3030 '<a href=" ' . Common::relativeUrlToAbsolute (
3131 Common::$ config ->bnetdocs ->campaigns ->vultr
32- ) . '"><img src=" ' . Common::relativeUrlToAbsolute (
32+ ) . '"><img id="vultr-campaign" src=" ' . Common::relativeUrlToAbsolute (
3333 '/a/vultr_badge_ondark.svg '
34- ) . '" style="float:right;margin-right:16px;height:32px;" /></a> ' : ''
34+ ) . '"/></a> ' : ''
3535);
3636
3737?> <!DOCTYPE html>
You can’t perform that action at this time.
0 commit comments