Skip to content

Commit

Permalink
merge base line grid update
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed Jul 3, 2015
2 parents 36f24d2 + 0181bef commit d1f62bb
Show file tree
Hide file tree
Showing 62 changed files with 1,381 additions and 1,060 deletions.
928 changes: 545 additions & 383 deletions css/base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/base.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li>
<a data-toggle="menu" href="#profile">
<span class="access-hide">John Smith</span>
<span class="avatar avatar-sm"><img alt="alt text for John Smith avatar" src="images/users/avatar-001.jpg"></span>
<span class="avatar"><img alt="alt text for John Smith avatar" src="images/users/avatar-001.jpg"></span>
</a>
</li>
</ul>
Expand Down Expand Up @@ -175,10 +175,10 @@ <h1 class="heading">Material</h1>
</div>
</div>
</div>
<div class="content-inner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-3 col-sm-10 col-sm-push-1">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-3 col-sm-10 col-sm-push-1">
<section class="content-inner">
<p>Material is an HTML5 UI design based on Google Material.</p>
<blockquote>
<p>A visual language for our users that synthesizes the classic principles of good design with the innovation and possibility of technology and science. This is material design.</p>
Expand Down Expand Up @@ -284,7 +284,7 @@ <h2 class="content-sub-heading">Sample Pages</h2>
</div>
</a>
</div>
</div>
</section>
</div>
</div>
</div>
Expand Down
12 changes: 7 additions & 5 deletions js/base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/base.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/footer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// footer push
footerPush = function () {
if ($('.footer').length) {
$('body').css('margin-bottom', $('.footer').outerHeight());
$('body').css('padding-bottom', $('.footer').outerHeight());
};
}
10 changes: 6 additions & 4 deletions js/src/wave.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material",
"version": "0.1.1",
"version": "1.1.0",
"repository": "https://github.com/Daemonite/material.git",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
Expand Down
12 changes: 6 additions & 6 deletions page-404.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li>
<a data-toggle="menu" href="#profile">
<span class="access-hide">John Smith</span>
<span class="avatar avatar-sm"><img alt="alt text for John Smith avatar" src="images/users/avatar-001.jpg"></span>
<span class="avatar"><img alt="alt text for John Smith avatar" src="images/users/avatar-001.jpg"></span>
</a>
</li>
</ul>
Expand Down Expand Up @@ -171,13 +171,13 @@
<h1 class="heading">404!</h1>
</div>
</div>
<div class="content-inner">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10">
<section class="content-inner">
<h2 class="content-sub-heading">Oops! Something went wrong...</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur in massa vitae nisl hendrerit sollicitudin at vel purus. Quisque leo est, posuere a dignissim id, posuere non quam. Nulla dapibus quis leo eu pulvinar. Phasellus ultrices condimentum dolor, non condimentum nibh. Curabitur tempor sollicitudin eros vitae posuere.</p>
</div>
</section>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit d1f62bb

Please sign in to comment.