Alexey Boroda
/
kristal-estet
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8bd6cd5dadaec021c22425921d6a110172c6de83
Authored by
Eugeny Galkovskiy
2017-12-06 17:37:57 +0200
1 parent
03634cb7
langs
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
Inline
Side-by-side
frontend/views/layouts/main.php
Wrap text
Show/Hide comments
View file @
8bd6cd5
...
...
@@ -134,6 +134,12 @@ JS;
134
134
gtag('config', '<?=$settings->ga_code?>');
135
135
</script>
136
136
<?php } ?>
137
+ <style>
138
+ .langs {
139
+ margin-left:10px;
140
+ display:inline-block;
141
+ }
142
+ </style>
137
143
138
144
</head>
139
145
<body>
...
...