mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
fix.
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user