Skip to content

Commit

Permalink
fixed download links and updated to v0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Nov 22, 2014
1 parent 64bea97 commit ea75376
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 61 deletions.
Binary file removed bin/Materialize-Sass_v0.81.zip
Binary file not shown.
Binary file removed bin/Materialize_v0.81.zip
Binary file not shown.
Binary file added bin/materialize-sass_v0.82.zip
Binary file not shown.
29 changes: 22 additions & 7 deletions bin/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -6670,11 +6670,11 @@ ul.tabs li.tab {
background-clip: padding-box;
background-color: #323232;
z-index: -1;
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-ms-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-transform-origin: 50% 10%;
-moz-transform-origin: 50% 10%;
-ms-transform-origin: 50% 10%;
-o-transform-origin: 50% 10%;
transform-origin: 50% 10%;
}

.btn, .btn-large, .btn-flat {
Expand Down Expand Up @@ -6778,6 +6778,7 @@ ul.tabs li.tab {
min-width: 100px;
}
.dropdown-content li {
cursor: pointer;
font-size: 1.2rem;
color: #212121;
padding: 1rem 1rem;
Expand Down Expand Up @@ -7010,6 +7011,7 @@ ul.collapsible {
position: absolute;
z-index: -1;
top: .8rem;
left: .5rem;
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
Expand Down Expand Up @@ -7280,6 +7282,21 @@ form p:last-child {
border-color: #7c7c7c;
}

/***************
Select Field
***************/
.select-wrapper span.select-dropdown {
cursor: pointer;
}

select {
display: none;
}

select.disabled {
display: block;
}

/***************
Range
***************/
Expand Down Expand Up @@ -7533,5 +7550,3 @@ ul.table-of-contents a.active {
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}

/*# sourceMappingURL=materialize.css.map */
43 changes: 16 additions & 27 deletions bin/materialize.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions bin/materialize.min.css

This file was deleted.

13 changes: 0 additions & 13 deletions bin/materialize.min.js

This file was deleted.

Binary file removed bin/materialize_sass_v0.69.zip
Binary file not shown.
Binary file removed bin/materialize_v0.69.zip
Binary file not shown.
Binary file added bin/materialize_v0.82.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions css/ghpages-materialize.css

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

4 changes: 2 additions & 2 deletions getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h2 class="col s12 header">Download</h2>
<div class="col s12 m5">
<p class="promo-caption">Materialize</p>
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option require little to no setup. Use this if you are unfamiliar with Sass.</p>
<a class="btn waves-effect waves-light" href="bin/materialize_v0.81.zip">Materialize<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize_v0.82.zip">Materialize<i class="mdi-file-file-download right"></i></a>
</div>
<div class="col s12 m5 offset-m2">
<p class="promo-caption">Sass</p>
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
<a class="btn waves-effect waves-light" href="bin/materialize_sass_v0.81.zip">Source<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize-sass_v0.82.zip">Source<i class="mdi-file-file-download right"></i></a>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions jade/getting_started/getting_started_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ <h2 class="col s12 header">Download</h2>
<div class="col s12 m5">
<p class="promo-caption">Materialize</p>
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option require little to no setup. Use this if you are unfamiliar with Sass.</p>
<a class="btn waves-effect waves-light" href="bin/materialize_v0.81.zip">Materialize<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize_v0.82.zip">Materialize<i class="mdi-file-file-download right"></i></a>
</div>
<div class="col s12 m5 offset-m2">
<p class="promo-caption">Sass</p>
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p>
<a class="btn waves-effect waves-light" href="bin/materialize_sass_v0.81.zip">Source<i class="mdi-file-file-download right"></i></a>
<a class="btn waves-effect waves-light" href="bin/materialize-sass_v0.82.zip">Source<i class="mdi-file-file-download right"></i></a>
</div>
</div>

Expand Down

0 comments on commit ea75376

Please sign in to comment.