Posts Tagged ‘green-dream’

Green-Dream 1.3

Saturday, June 6, 2009 22:15 No Comments

In this release I fixed the problem of imporperly formated tables by addinig the following to my style.css code:
/********* CSS for Tables ************************/
table {
font: 12px, “Trebuchet MS”, arial;
width: 320px;
}
th {
padding: 0 0.5em;
text-align: left;
}
td {
font-size: 12px;
line-height: 1.5em;
border-bottom: 0px;
padding: 0 0.5em;
}
td.width {
width: 200px;
}
td.adjacent {
border-left: 0px;
text-align: center;
}
If you like how the rest of my CSS is set up [...]

This was posted under category: WordPress Tags: , , , , , , , , , , , , , , ,

Green-Dream 1.2

Friday, May 29, 2009 23:24 No Comments

As I progress through my blog and use different features I find things that I didn’t quite update correctly, hence the subsequent releases of Green Dream.  The latest version is 1.2 which fixes how lists (ordered and unordered) within posts were showing up in a substantially different format from the rest of the text in the post.
Download [...]

This was posted under category: WordPress Tags: , , , , , , , , , , , , , ,

Green-Dream Update 1.1

Friday, May 15, 2009 18:41 No Comments

Now that I have made a couple posts and subsequently navigated my blog, I have noticed that the current set-up still didn’t have the look and feel that I was going for.  Namely, I wanted to have the parent and sub category(s) be displayed in the Posted Category section, to eliminate potential confusion and, in my [...]

This was posted under category: WordPress Tags: , , , , , ,

WP Themes and CSS

Tuesday, May 12, 2009 21:39 No Comments

When I first decided to start up this blog I couldn’t find a theme that had all the aspects out of the box that I was looking for.  Eventually I came to my senses and realized that this just may be the time to explore in greater detail what a Word Press (WP) theme consists [...]

This was posted under category: WordPress Tags: , , , , , , , ,