Skip to content
Snippets Groups Projects

Feature hugo migration

Merged micressor requested to merge (removed):feature-hugo-migration into master
Compare and Show latest version
20 files
+ 729
261
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 8
6
@@ -10,11 +10,10 @@ body, html {
line-height:1.3em;
}
body#index a#indexnav,
body#download a#downloadnav,
body#how a#hownav,
body#about a#aboutnav,
body#involved a#involvednav {color:#87C214;}
#nav #is-active {
color: #87C214;
}
#wrapper {
min-height:100%;
@@ -397,7 +396,10 @@ figcaption {
display:inline;
}
#flattr {font-size:0.6em;}
#flattr {
font-size:0.6em;
text-align:center;
}
#flattr a {
margin-right: 1em;
Loading