This commit is contained in:
mattn
2012-10-25 11:28:55 +09:00
parent 1a4c4a5bb8
commit a9e2744a42
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
</script>
</head>
<body>
<img id="logo" src="static/images/zencoding-vim-logo.png" title="禅" />
<img id="logo" src="static/images/zencoding-vim-logo.png" title="禅" alt="禅" />
<h2>vim plugins for HTML and CSS hi-speed coding.</h2>
<section id="content">
<div class="blocked-content">

View File

@@ -94,6 +94,6 @@ pre.code {
#tty {
font-family: monospace;
font-size: 12px;
font-size: 10pt;
line-height: 0px;
}