Testing phugo as theme

This commit is contained in:
2017-10-15 18:32:13 +02:00
parent 4a0f71961e
commit e9957f193d
219 changed files with 3198 additions and 0 deletions

18
static/assets/css/ie9.css Normal file
View File

@@ -0,0 +1,18 @@
/*
Phugo - Photogallery Theme for Hugo
by Pavel Kanyshev | github.com/aerohub
It's based on Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Panel */
.panel > .inner.split:after { clear: both; content: ''; display: block; }
.panel > .inner.split > div { float: left; margin-left: 0; padding-left: 0; }
.panel > .inner.split > :first-child { padding-left: 0; }
/* Wrapper */
#wrapper:before { display: none; }
/* Main */
#main:after { clear: both; content: ''; display: block; }
#main .thumb { float: left; }