Skip to content

Commit 9a2c444

Browse files
committed
site updated
1 parent 6547c88 commit 9a2c444

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_posts/2012-05-29-zombies-and-more.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: New Codeception: Zombies and More.
4-
date: 2012-05-08 01:03:50
4+
date: 2012-05-29 01:03:50
55
---
66

77
This evening I released Codeception 1.0.9. The most important thing you may notice is documentation. It's just better. It was improved by [Jon Phipps](https://github.com/jonphipps). Better phrasing goes to better understanding, right? But let's move on to see the actual new features.

css/syntax.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
}
7474

7575
code {
76-
color: white;
77-
background: #222;
76+
color: #666;
77+
background: #ddd;
78+
font-family: "Bitstream Vera Sans Mono",monospace;
79+
padding: 3px;
7880
}

0 commit comments

Comments
 (0)