diff options
Diffstat (limited to '')
| -rw-r--r-- | _posts/2010-03-25-github-explorer.textile | 2 | ||||
| -rw-r--r-- | static/css/screen.css | 5 |
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 + } |
