Alexey Boroda
/
extrem-new
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
6e68374ab3762d34f2dbebeff43b5d8482da66bb
Authored by
Eugeny Galkovskiy
2016-10-20 12:43:37 +0300
1 parent
e31234e3
123
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
frontend/views/site/index.php
Inline
Side-by-side
frontend/views/site/index.php
Wrap text
Show/Hide comments
View file @
6e68374
...
...
@@ -134,3 +134,6 @@ $this->title = "Главная";
134
134
</div>
135
135
</section>
136
136
</div>
137
+<script>
138
+ $("body").find(".container.cont").css("maxWidth", "100%");
139
+</script>
137
140
\ No newline at end of file
...
...