summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-16 16:55:36 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-16 16:55:36 +0200
commit06bad2679c81f8e5b9a9ae4da9be894a514b5172 (patch)
tree775dd4abca96d28ec68e2b50f51bf9be7ea15c82
parentfix url (diff)
downloadlumberjaph-06bad2679c81f8e5b9a9ae4da9be894a514b5172.tar.gz
fix url; update css
Diffstat (limited to '')
-rw-r--r--_posts/2010-03-25-github-explorer.textile2
-rw-r--r--static/css/screen.css5
2 files changed, 5 insertions, 2 deletions
diff --git a/_posts/2010-03-25-github-explorer.textile b/_posts/2010-03-25-github-explorer.textile
index 1b9cd7d..718a563 100644
--- a/_posts/2010-03-25-github-explorer.textile
+++ b/_posts/2010-03-25-github-explorer.textile
@@ -4,7 +4,7 @@ category: graph
title: Github explorer
---
-bq. *More informations about the poster are available on "this post":http://lumberjaph.net/blog/index.php/2010/04/02/github-poster/*
+bq. *More informations about the poster are available on "this post":http://lumberjaph.net/graph/2010/04/02/github-poster.html*
Last year, with help from my coworkers at "Linkfluence":http://linkfluence.net/, I created two sets of maps of the "Perl":http://perl.org and "CPAN":http://search.cpan.org/'s community. For this, I collected data from CPAN to create three maps:
diff --git a/static/css/screen.css b/static/css/screen.css
index 90d6479..9130e89 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -38,14 +38,17 @@ ul {
h1, h2 {
font-size: 120%;
+ margin-top: 1em;
}
h3, h4, h5, h6 {
font-size: 100%;
+ margin-top: 1em;
}
h1 {
margin-bottom: 1em;
+ margin-top: 1em;
}
p {
@@ -220,4 +223,4 @@ ul.posts {
#related h2 {
margin-bottom: 1em;
- } \ No newline at end of file
+ }