release version

This commit is contained in:
tanabe 2011-05-19 00:31:16 +09:00
parent 92b6b80680
commit 07e0011547
4 changed files with 10 additions and 3 deletions

View File

@ -27,6 +27,10 @@ a:active {
color: #6C8C84; color: #6C8C84;
} }
img {
border: none;
}
h1#header { h1#header {
position: relative; position: relative;
height: 50px; height: 50px;
@ -168,8 +172,11 @@ table#reference td {
padding: 0; padding: 0;
} }
#reference ul, ol, blockquote { #reference ul,
#reference ol,
#reference blockquote {
margin: 0; margin: 0;
padding-left: 0;
} }
#reference h1, #reference h1,

BIN
image/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -24,7 +24,7 @@
</script> </script>
</head> </head>
<body> <body>
<h1 id="header">Markdown Live Preview</h1> <h1 id="header"><a href="./"><img src="image/logo.png" width="315" height="22" alt="Markdown Live Preview"></a></h1>
<div id="container"> <div id="container">
<div id="leftColumn"> <div id="leftColumn">

View File

@ -1,5 +1,5 @@
var example = [ var example = [
"# hello, This is Markdown Live Previewer", "# hello, This is Markdown Live Preview",
"", "",
"----", "----",
"## what is Markdown?", "## what is Markdown?",