change views class => container

This commit is contained in:
OldHawk
2017-04-01 14:38:42 +08:00
parent bf01cb37a3
commit 570dc74c79
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1>{{vm.article._id ? 'Edit Article' : 'New Article'}}</h1>
</div>

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1>
Articles

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1>Articles</h1>
</div>

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1 ng-bind="vm.article.title"></h1>
</div>

View File

@@ -1,4 +1,4 @@
<section ng-controller="TorrentsUploadsController as vm">
<section class="container" ng-controller="TorrentsUploadsController as vm">
<div class="jumbotron">
<div class="row">
<div class="col-md-11 col-md-offset-1 col-sm-11 col-sm-offset-1 col-xs-12">

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1>User <span ng-bind="vm.user.username"></span></h1>
</div>

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<div class="row">
<div class="col-md-4">

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<div class="row">
<div class="col-md-6">

View File

@@ -1,4 +1,4 @@
<section>
<section class="container">
<div class="page-header">
<h1>Settings</h1>
</div>