From 14a88ef2d74f951aad8e371d4ac6500219065aca Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 28 Jan 2010 18:39:21 +0200 Subject: [PATCH] updated about pay styling --- source/index.html | 53 ++++++++++++++++++----------------- source/stylesheets/master.css | 35 ++++++++--------------- 2 files changed, 39 insertions(+), 49 deletions(-) diff --git a/source/index.html b/source/index.html index bcf21f9..ac93592 100644 --- a/source/index.html +++ b/source/index.html @@ -7,31 +7,34 @@ title: jimeh / about

Hi, my name is Jim Myhrberg.

-

+

I'm a freelance web-developer / designer, and every morning I sprinkle - a little insanity over my breakfast bowl of creativity. + a little bit of insanity over my breakfast bowl of creativity and inspiration.

-
-
email
-
-
misc.
-
- twitter, - - github, - facebook, - linkedin, - flickr, - last.fm, - del.icio.us, - deviantart, - google. -
-
vcard
-
download
-
resume
-
pdf / doc
-
+ + + + + + + + + + + + +
emailvcarddownloadresume + pdf / doc
other + twitter, + github, + facebook, + linkedin, + flickr, + last.fm, + del.icio.us, + deviantart + +
diff --git a/source/stylesheets/master.css b/source/stylesheets/master.css index ec6c927..0f4f9ba 100644 --- a/source/stylesheets/master.css +++ b/source/stylesheets/master.css @@ -1,4 +1,3 @@ -/* @override http://new.jimeh.meh/stylesheets/master.css */ /* @group @font-face */ @@ -486,38 +485,26 @@ blockquote { #about { width: 454px; - height: 210px; + height: 170px; position: absolute; top: 50%; left: 50%; - margin-top: -105px; + margin-top: -150px; margin-left: -228px; } #about .info { - + color: #bbb; + margin: 0px auto; + /*width: 100%;*/ } - -/* @group #about dl */ - -#about dl { - - } - #about dl dt { - color: #bbb; - float: left; - margin-right: 5px; - width: 50px; + #about .info .label { text-align: right; + padding-right: 5px; + padding-bottom: 10px; } - #about dl dt a { - color: #bbb; - } - #about dl dd { - color: #bbb; - margin-left: 55px; - } - -/* @end */ + #about .info .label a { + color: #bbb; + } /* @end */