From: Charles McGarvey Date: Fri, 17 May 2013 02:55:06 +0000 (-0600) Subject: add link to gitweb X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fwebsite;a=commitdiff_plain;h=5e74f8af2d6066516c4c23fdaf1a578227969933;ds=sidebyside add link to gitweb --- 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; +}