Skip to content

Commit

Permalink
AppVeyor Publish: e3c6726
Browse files Browse the repository at this point in the history
Merge branch 'release/0.2.0'

* release/0.2.0:
  (build) Corrected hint paths - again
  (build) Correcting hint path
  (doc) Added release blog post
  (GH-18) Added Wyam Docs
  (GH-19) Removed usage of obsolete code
  (GH-12) Switch to using Cake.Recipe
  (GH-16) Added missing packages.config file
  (GH-15) Added AppVeyor Build file
  Upgraded Cake to 0.17.0
  Another typo
  Replaced #tools import because it was deprecated
  • Loading branch information
gep13 committed Feb 15, 2017
1 parent 47c51fe commit 9d30109
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 71 deletions.
38 changes: 19 additions & 19 deletions assets/css/override.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* Control the margin for bootstrap alert boxes */
.alert > p {
margin-top: 0px;
}

/* Control the look and feel of the copy box applied to code sections */
.btn-copy[disabled] .clippy {
opacity: .3;
}
pre .btn-copy {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 0;
padding: 2px 6px;
float: right;
}
pre:hover .btn-copy {
opacity: 1;
/* Control the margin for bootstrap alert boxes */
.alert > p {
margin-top: 0px;
}

/* Control the look and feel of the copy box applied to code sections */
.btn-copy[disabled] .clippy {
opacity: .3;
}
pre .btn-copy {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 0;
padding: 2px 6px;
float: right;
}
pre:hover .btn-copy {
opacity: 1;
}
4 changes: 2 additions & 2 deletions assets/images/clippy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions assets/js/anchor.min.js

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

12 changes: 6 additions & 6 deletions assets/js/clipboard.min.js

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

Loading

0 comments on commit 9d30109

Please sign in to comment.