Skip to content

Commit

Permalink
Cleaned up css, changed the blog title
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemo committed Feb 27, 2014
1 parent f5815f3 commit 82ab5ef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
14 changes: 3 additions & 11 deletions _config.py
Expand Up @@ -33,14 +33,14 @@

## blog_name -- Your Blog's name.
# This is used repeatedly in default blog templates
blog.name = "Magoo"
blog.name = "MorganGoose.com"

## blog_description -- A short one line description of the blog
# used in the RSS/Atom feeds.
blog.description = "affiliated with the society of blog bloggables"
blog.description = "notes about various technical subjects"

## blog_timezone -- the timezone that you normally write your blog posts from
blog.timezone = "US/Eastern"
blog.timezone = "US/Pacific"


######################################################################
Expand Down Expand Up @@ -166,8 +166,6 @@

## links
links = (
('Alfred', 'Smart friend of mine',
'http://www.alfredrossi.com/'),

('Fabric', 'SSH made awesome by wrapping in Python',
'http://docs.fabfile.org'),
Expand All @@ -178,15 +176,9 @@
('OSC', 'Open souce club at OSU',
'http://opensource.osu.edu'),

('al3k', 'Good blog from an OSC member',
'http://al3k.net/'),

('COPy', "Central Ohio's python group",
'http://www.meetup.com/Central-Ohio-Python-Users-Group/'),

('Python DoJoe', 'Tuesday morning python meetup',
'https://pythondojoe.appspot.com'),

)

## extra blog settings
Expand Down
22 changes: 13 additions & 9 deletions css/global.css
Expand Up @@ -15,13 +15,13 @@ h1{
}

h3{
font-size: 10px;
font-size: 14px;
margin-bottom: 10px;
}

h1.blog_post_title {
margin-bottom: 10px;
font-size: 22px;
margin-bottom: 12px;
font-size: 24px;
font-weight: 900;
font-family: Verdana, Geneva, sans-serif;
}
Expand All @@ -33,8 +33,8 @@ h2, h3, h4, h5, h6{
}

div.post_prose{
margin-left: 10px;
font-size: 12px;
margin-left: 12px;
font-size: 14px;
}

div.post_prose h1, div.post_prose h2{
Expand Down Expand Up @@ -91,6 +91,10 @@ div#header{
position: relative;
}

div#header h1 {
font-size: 24px;
}

div#header img#logo{
position: absolute;
top: 22px;
Expand Down Expand Up @@ -142,7 +146,7 @@ div#masthead{
}

div#masthead h2{
font-size: 19px;
font-size: 20px;
color: #333;
}

Expand Down Expand Up @@ -221,18 +225,18 @@ div#column_right div.sidebar_item{
}

div#column_right div.sidebar_item h3{
font-size: 10px;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}

div#column_right div.sidebar_item ul li{
font-size: 8px;
font-size: 12px;
margin: 0px 0px 6px 0px;
}

div#column_right div.sidebar_item p{
font-size: 8px;
font-size: 12px;
/*line-height: 14px;*/
}

Expand Down

0 comments on commit 82ab5ef

Please sign in to comment.