mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-11 11:07:34 +08:00
Migrate all HTML from bootstrap v3 to v4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "navbar.html" . }}
|
||||
|
||||
<div class="container">
|
||||
<div class="container content">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<div class="col-xs-12">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user