Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1506757352-practice
Commits
95d23e77
Commit
95d23e77
authored
Oct 10, 2019
by
Syahrul Ardiansyah
Browse files
Change offset class name to the newest bootstrap
parent
40c5f50d
Pipeline
#22714
failed with stage
in 8 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
latihan2/templates/base.html
View file @
95d23e77
...
...
@@ -11,7 +11,7 @@
<body>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-6
col-md-
offset-3 jumbotron"
>
<div
class=
"col-md-6 offset-
md-
3 jumbotron"
>
<div
class=
"text-center"
>
<h1>
{% block header_text %}{% endblock %}
</h1>
<h2>
{% block header2_text %}{% endblock %}
</h2>
...
...
@@ -29,7 +29,7 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6
col-md-
offset-3"
>
<div
class=
"col-md-6 offset-
md-
3"
>
{% block table %} {% endblock %}
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment