Skip to content

Commit

Permalink
Change font color for stronger text from red to brown.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxin committed Aug 3, 2011
1 parent cb8157e commit 00c6c4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion errata-others.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## 勘误表

说明:为突出字体加粗,用红色字体显示加粗字体
说明:为突出字体加粗,用棕色字体显示加粗字体

### 文字错误

Expand Down
6 changes: 3 additions & 3 deletions errata.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

## 勘误表

说明:为突出字体加粗,用红色字体显示加粗字体
说明:为突出字体加粗,用棕色字体显示加粗字体

| 页码 | 位置 | 原文 | 修正为 | 缺陷追踪 |
| ------:| ------------------------- | ---------------------------- | ---------------------------- | ---------------------------------------------------- |
| 30 | 倒数第5,7,11,12行等6处 | 'brew --prefix' | \`brew --prefix\` | [#146](http://redmine.ossxp.com/redmine/issues/146) |
| 30 | 倒数第5行 | 'brew --prefix'/etc/bash\_completion | $ **. \`brew --prefix\`/etc/bash\_completion** | [#152](http://redmine.ossxp.com/redmine/issues/152) |
| 66 | 倒数第11行 | Author(提交者) | Author(作者) | [Github#2](http://github.com/ossxp-com/gotgit/issues/2) |
| 144 | 第1行 | \`$ git rev-parse A^{tree} A: | $ git rev-parse A^{tree} A: | [#153](http://redmine.ossxp.com/redmine/issues/153) |
| 144 | 第1行 | \`$ **git rev-parse A^{tree} A:** | $ **git rev-parse A^{tree} A:** | [#153](http://redmine.ossxp.com/redmine/issues/153) |
| 218 | 第8行 | 况下,Gits标识出合并冲突, | 况下,Git标识出合并冲突, | [#159](http://redmine.ossxp.com/redmine/issues/159) |
| 516 | 倒数第15行 | oldtag="cat" | oldtag=\`cat\` | [#151](http://redmine.ossxp.com/redmine/issues/151) |
| 516 | 倒数第15行 | **oldtag="cat"** | **oldtag=\`cat\`** | [#151](http://redmine.ossxp.com/redmine/issues/151) |

2 changes: 1 addition & 1 deletion html/inc/errata.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
strong{color:red;font-weight:bolder;}
strong{color:#A52A2A;font-weight:bolder;}

0 comments on commit 00c6c4b

Please sign in to comment.