From 25d0a895232af0c25876458dc06026343533dea2 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Mon, 25 Feb 2013 16:22:22 -0700 Subject: [PATCH 1/1] remove GPL jab and make small layout changes --- index.html | 4 ++-- static/css/main.css | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) 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; } -- 2.43.0