Skip to content

Commit

Permalink
upd appbar, add flexible by Daniel Milbrandt
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 13, 2015
1 parent 6634888 commit dfe8489
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 514 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* upd demo for rating
* upd calendar, add pre-stored days
* upd datepicker for pre-stored days
* add flexible to appbar by [Daniel Milbrandt](http://xiphe.com)

## 3.0.3
* New widget [Presenter](http://metroui.org.ua/presenter.html)
Expand Down
16 changes: 8 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ module.exports = function(grunt) {
dist: {
options: {
patterns: [
// {
// match: 'adsense',
// replacement: '<%= grunt.file.read(".replace/google-adsense-block.txt") %>'
// },
// {
// match: 'hit',
// replacement: '<%= grunt.file.read(".replace/hit-ua-counter.txt") %>'
// }
{
match: 'adsense',
replacement: '<%= grunt.file.read(".replace/google-adsense-block.txt") %>'
},
{
match: 'hit',
replacement: '<%= grunt.file.read(".replace/hit-ua-counter.txt") %>'
}
]
},
files: [
Expand Down
53 changes: 0 additions & 53 deletions build/css/metro-icons.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/metro-icons.min.css

Large diffs are not rendered by default.

270 changes: 71 additions & 199 deletions build/css/metro.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/metro.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/appbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<h1><a href="index.html" class="nav-button transform"><span></span></a>&nbsp;Appbar</h1>

@@adsense

<div class="padding10 bg-lighterBlue fg-white margin10 no-margin-right no-margin-left align-center">
Special thanks to <a href="http://xiphe.com" class="text-accent text-bold fg-white">Daniel Milbrandt</a> for adding flexible to appbar.
</div>

<div class="example" data-text="example">

<div class="app-bar" data-role="appbar">
Expand Down
53 changes: 0 additions & 53 deletions docs/css/metro-icons.css

Large diffs are not rendered by default.

270 changes: 71 additions & 199 deletions docs/css/metro.css

Large diffs are not rendered by default.

0 comments on commit dfe8489

Please sign in to comment.