From daa0f2c6989cb85b0d07f335a9a3d274335e7fd5 Mon Sep 17 00:00:00 2001 From: hanliguo Date: Thu, 5 Jun 2014 19:20:30 +0800 Subject: fix zurb-F5-basic block code style --- zurb-F5-basic/static/css/style.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/zurb-F5-basic/static/css/style.css b/zurb-F5-basic/static/css/style.css index 8a595ab..3eedd8e 100644 --- a/zurb-F5-basic/static/css/style.css +++ b/zurb-F5-basic/static/css/style.css @@ -62,14 +62,16 @@ hr.gradient { /* Syntax Highlighting */ .highlight > pre { -word-wrap: normal; -white-space: pre; -margin-top: 1em; -margin-bottom: 1em; -border: 1px solid #ccc; -background: #073642; -padding: 1em; -overflow: auto; + word-wrap: normal; + white-space: pre; + margin-top: 1em; + margin-bottom: 1em; + border: 1px solid #ccc; + border-radius: 5px; + background: #e0e0e0; + padding: 1em; + overflow: auto; + font-weight:normal; } body { background-color: #fffff9; } -- cgit From 85a289127bb5277048829cd4c764af45ce02f34f Mon Sep 17 00:00:00 2001 From: Frank Valcarcel Date: Mon, 9 Jun 2014 13:14:50 -0400 Subject: added twenty theme by html5up.net --- twenty-html5up | 1 + 1 file changed, 1 insertion(+) create mode 160000 twenty-html5up diff --git a/twenty-html5up b/twenty-html5up new file mode 160000 index 0000000..0eb4302 --- /dev/null +++ b/twenty-html5up @@ -0,0 +1 @@ +Subproject commit 0eb430254ff8e186447083cd7f0c3160dba0f892 -- cgit From 5eb8433495d33bfb1c82a33c4eb522fa0c11cb7d Mon Sep 17 00:00:00 2001 From: Kura Date: Mon, 9 Jun 2014 18:30:18 +0100 Subject: Added Hauntr --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index b8025dc..c61da57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "hauntr"] + path = hauntr + url = https://github.com/kura/hauntr.git [submodule "ghastly"] path = ghastly url = https://github.com/kura/ghastly.git -- cgit From 4e903fb58f442168a07669c6d0e67cd3f548a86f Mon Sep 17 00:00:00 2001 From: Frank Valcarcel Date: Mon, 9 Jun 2014 13:30:57 -0400 Subject: I probably need the modules file dont I --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index b8025dc..3247774 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,3 +112,6 @@ [submodule "pelican-sober"] path = pelican-sober url = https://github.com/fle/pelican-sober.git +[submodule "twenty-html5up"] + path = twenty-html5up + url = git@github.com:frankV/twenty-pelican-html5up.git -- cgit