diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-27 13:31:56 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-27 13:31:56 -0400 |
| commit | 7838302656af124f1eb736ab9ecb731c6f2f3c7c (patch) | |
| tree | 8c16958c34502dec60ada9176d9548361cac720f | |
| parent | 40d553c5e76aa685f547faa2419fd4e71cbf67a9 (diff) | |
gallery
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | site/public/assets/style.css | 25 |
2 files changed, 25 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 73fb8f7..4a522a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -88,5 +88,5 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-dentist'); // Default task(s). - grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']); +// grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']); }; diff --git a/site/public/assets/style.css b/site/public/assets/style.css index f018d8d..7a5ccbb 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -444,7 +444,7 @@ nav .sub.active a { .postname { border-bottom: 1px solid #999; padding: 20px 0px 0.6em 2px; - margin-bottom: 1em; + margin-bottom: 0.7em; font-size: 1em; } @@ -587,6 +587,29 @@ nav .sub.active a { text-align: right; } +.galnav { + display: inline-block; + width: 100%; + float: left; + clear: both; +} +.galnav span{ + width: 50%; + background: #999; + color: white; + padding: 2px; + font-size: 11px; + transition:0.2s background; +} +.galnav .nextbutton{ + text-align: right; + background: #888; + cursor:pointer; +} +.galnav span:hover { + background:black; +} + :-webkit-full-screen #okgallery { width: 100%; height: 100%; |
