mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
fix.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -94,6 +94,6 @@ pre.code {
|
||||
|
||||
#tty {
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
font-size: 10pt;
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user