summaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
authornimojs <imhadley@163.com>2015-04-19 23:14:19 +0800
committernimojs <imhadley@163.com>2015-04-19 23:14:19 +0800
commitcbaf08642e63b1dc50b99ba5ac41ea1ecc4b7163 (patch)
tree2d2d55cfbd5e9b89a99223d2e30037ed4ba14cae /static/css
parent720cb5a6ba938cb9864bd24d6df5527b5cdbfa91 (diff)
downloadhandlebarsjs.org-master.zip
handlebarsjs.org-master.tar.gz
handlebarsjs.org-master.tar.bz2
增加章节,静态资源文件目录调整
Diffstat (limited to 'static/css')
-rw-r--r--static/css/demo.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/demo.css b/static/css/demo.css
index bbd2198..0f99dbe 100644
--- a/static/css/demo.css
+++ b/static/css/demo.css
@@ -474,6 +474,9 @@ textarea#result{
margin-bottom: 2em;
padding:.5em;
}
+.ui-dom em{
+ font-style: italic;
+}
.ui-dom:before {
content: "渲染结果预览:";
display: block;