Skip to content
Snippets Groups Projects

Switch to Nikola website generator

Merged Anton Akhmerov requested to merge nikola into master
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,3 +40,20 @@ footer {
margin-left: 0px;
margin-right: 0px;
}
/* Enable hyphenation. */
body {
text-align:justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
tt, pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
Loading