diff --git a/cache.manifest b/cache.manifest index 4bb14d3a..39b99cfd 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js img/ajax-loader.gif img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file +CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/synchronizer.js img/ajax-loader.gif img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file diff --git a/css/main.css b/css/main.css index de13f9ff..ed90d78d 100644 --- a/css/main.css +++ b/css/main.css @@ -211,6 +211,13 @@ hr { background-position: 0 0; } +.icon-dropbox { + background-image: url("../img/dropbox.png") !important; + width: 16px; + height: 16px; + background-position: 0 0; +} + .icon-spinner { background-image: url("../img/ajax-loader.gif"); width: 43px; diff --git a/index.html b/index.html index f9b84d49..3a13c183 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ +