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> </script>
</head> </head>
<body> <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> <h2>vim plugins for HTML and CSS hi-speed coding.</h2>
<section id="content"> <section id="content">
<div class="blocked-content"> <div class="blocked-content">

View File

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