From: Charles McGarvey Date: Mon, 25 Feb 2013 23:22:22 +0000 (-0700) Subject: remove GPL jab and make small layout changes X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fwebsite;a=commitdiff_plain;h=25d0a895232af0c25876458dc06026343533dea2;hp=0dba2b4ea51d8e1cd8cfc6e8ac3697c91e7e3ba5 remove GPL jab and make small layout changes --- diff --git a/index.html b/index.html index 48a0fb9..52c4dd0 100644 --- a/index.html +++ b/index.html @@ -18,12 +18,12 @@ I'm also one of those wacky Mormons.

-

Projects

+

Software

I am occasionally known to write software for fun and profit. Some of that code is on my GitHub page for your own profit and enjoyment, should you find any of it useful. - I use permissive open source licenses, like the BSD 2-Clause license—definitely not the GPL.

+ I use permissive open source licenses, like the BSD 2-Clause license.

Get In Touch

diff --git a/static/css/main.css b/static/css/main.css index caa9c5f..71d1a42 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,10 +2,15 @@ body { background-color: #f0f0f0; text-align: justify; + margin-top: 20px; } h1 { - margin: 20px 0; + margin: 25px 0; +} + +h3 { + margin-top: 30px; } img.pull-left { @@ -19,10 +24,7 @@ img.pull-right { .content { background-color: white; border: 1px solid #ccc; - border-top: 0; - border-bottom-radius: 6px; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; + border-radius: 6px; padding: 0px 10px 10px 10px; }