From 5e74f8af2d6066516c4c23fdaf1a578227969933 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Thu, 16 May 2013 20:55:06 -0600 Subject: [PATCH] add link to gitweb --- index.html | 13 ++++++------- static/css/main.css | 16 ++++++++-------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index e8900f3..8b807ea 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,13 @@ + Broken Zipper -
+

Broken Zipper

@@ -21,10 +22,10 @@

Software

-

I am occasionally known to write software for fun and profit. - Some of that code is on my GitHub page - for your own enjoyment. - Whenever possible, I use permissive open source licenses, like the BSD 2-Clause license.

+

I am occasionally known to write software for Fun and Profit. + Some of that code is on my GitHub page. + Some of my more experimental stuff may only be found on my local gitweb, but I do occasionally alter history (i.e. rebase) in those repositories. + Everything should be explicitly licensed; anything that isn't can be used and redistributed under the terms and conditions of the BSD 2-Clause license.

Get In Touch

@@ -39,7 +40,5 @@
- - diff --git a/static/css/main.css b/static/css/main.css index 71d1a42..ac12f67 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,8 +1,8 @@ body { background-color: #f0f0f0; + margin-top: 30px; text-align: justify; - margin-top: 20px; } h1 { @@ -21,16 +21,16 @@ img.pull-right { margin-left: 10px; } -.content { - background-color: white; - border: 1px solid #ccc; - border-radius: 6px; - padding: 0px 10px 10px 10px; -} - .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: 0; } +.container { + background-color: white; + border: 1px solid #aaa; + border-radius: 6px; + box-shadow: 0 0 10px #ccc; + padding: 20px 40px 30px 40px; +} -- 2.43.0