diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 490fde677..ded98d7db 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -283,8 +283,8 @@ define([ ]), h('div.bs-callout.cp-callout-more', [ h('div', [ - h('i.fa.fa-caret-down'), - "More" + "see more ", + h('i.fa.fa-caret-down') ]), // "TODO Make quick presentations with Markdown slides." ]), diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 5d4c1549c..305415a99 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -71,6 +71,7 @@ h4 { .bs-callout:hover { //color: white; transform: scale(1.05); + cursor: pointer; } .bs-callout:hover .fa { //width: 100%; @@ -85,11 +86,20 @@ h4 { transition: width 0.1s; } -.cp-callout-pad .fa { background-color: @colortheme_pad-bg; } +.cp-callout-pad .fa { + background-color: @colortheme_pad-bg; + color: #fff; +} -.cp-callout-code .fa { background-color: @colortheme_code-bg; } +.cp-callout-code .fa { + background-color: @colortheme_code-bg; + color: #fff; +} -.cp-callout-slide .fa { background-color: @colortheme_slide-bg; } +.cp-callout-slide .fa { + background-color: @colortheme_slide-bg; + color: #fff; +} .cp-callout-recent { border-left-color: @colortheme_drive-bg; } @@ -101,15 +111,17 @@ h4 { border-radius: 1em; margin-left: auto; margin-right: auto; + background: none; + width: 100%; div { - left: auto; - margin-right: auto; - margin-left: auto; - position: relative; + color: #fff; .fa { font-size: inherit; padding: 0; width: 1em; } + .fa-caret-down { + padding-left: 5px; + } } -} \ No newline at end of file +} diff --git a/www/common/pdfjs/api/draft/fonts/OpenSans-Light-webfont.eot? b/www/common/pdfjs/api/draft/fonts/OpenSans-Light-webfont.eot? deleted file mode 100644 index 14868406a..000000000 Binary files a/www/common/pdfjs/api/draft/fonts/OpenSans-Light-webfont.eot? and /dev/null differ diff --git a/www/common/pdfjs/api/draft/fonts/OpenSans-Regular-webfont.eot? b/www/common/pdfjs/api/draft/fonts/OpenSans-Regular-webfont.eot? deleted file mode 100644 index 6bbc3cf58..000000000 Binary files a/www/common/pdfjs/api/draft/fonts/OpenSans-Regular-webfont.eot? and /dev/null differ